#96322F

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

Shades of Thunderbird #96322F

Tints of Thunderbird #96322F

Color information

#96322F (or 0x96322F) is unknown color: approx Thunderbird. HEX triplet: 96, 32 and 2F. RGB value is (150,50,47). Sum of RGB (Red+Green+Blue) = 150+50+47=247 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.73% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 150 - color contains mainly: red. Hex color #96322F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96322F is #69CDD0. Grayscale: #4F4F4F. Windows color (decimal): -6933969 or 3093142. OLE color: 3093142.

HSL color Cylindrical-coordinate representation of color #96322F: hue angle of 1.75º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96322F is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB1505047-
CMYK00.670.690.41
HSL1.75º52.28%38.63%-
HSV(B)1.75º68.67%58.82%-
XYZ14.238.973.67-
YUV79.56109.63178.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.73%
GREEN value IS 50 (19.92% from 255) = 20.24%
BLUE value IS 47 (18.75% from 255) = 19.03%
R=60.73%
G=20.24%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150504700.670.690.411.7552.2838.63
Hex96322F043452923427
Octal226625701031055126447
Binary1001011011001010111101000011100010110100110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96322F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96322F; }

 p { color: rgb(150,50,47); }

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

<style>
 a { background-color: #96322F; }

 a { background-color: rgb(150,50,47); }

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

<style>
 span { border-color: #96322F; }

 span { border-color: rgb(150,50,47); }

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