#93322c

Color #93322C Thunderbird (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thunderbird #93322C

Tints of Thunderbird #93322C

Color information

#93322C (or 0x93322C) is unknown color: approx Thunderbird. HEX triplet: 93, 32 and 2C. RGB value is (147,50,44). Sum of RGB (Red+Green+Blue) = 147+50+44=241 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.00% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 147 - color contains mainly: red. Hex color #93322C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93322C is #6CCDD3. Grayscale: #4E4E4E. Windows color (decimal): -7130580 or 2896531. OLE color: 2896531.

HSL color Cylindrical-coordinate representation of color #93322C: hue angle of 3.5º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #93322C is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB1475044-
CMYK00.660.700.42
HSL3.5º53.93%37.45%-
HSV(B)3.5º70.07%57.65%-
XYZ13.638.673.34-
YUV78.32108.64176.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 61.00%
GREEN value IS 50 (19.92% from 255) = 20.75%
BLUE value IS 44 (17.58% from 255) = 18.26%
R=61.00%
G=20.75%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147504400.660.700.423.553.9337.45
Hex93322C042462A33625
Octal223625401021065236645
Binary1001001111001010110001000010100011010101011110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93322c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93322c; }

 p { color: rgb(147,50,44); }

 H1.HeaderClassName
 {
   color: #93322c;
 }
 .AnyTagClassName
 {
   color: #93322c;
 }
</style>
background-color css

<style>
 a { background-color: #93322c; }

 a { background-color: rgb(147,50,44); }

 div.DivClassName
 {
   background-color: #93322c;
 }
 .BgClassName
 {
   background-color: #93322c;
 }
</style>
border-color css

<style>
 span { border-color: #93322c; }

 span { border-color: rgb(147,50,44); }

 td.TdClassName
 {
   border-color: #93322c;
 }
 .TagClassName
 {
   border-color: #93322c;
 }
</style>