#96332B

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

Shades of Thunderbird #96332B

Tints of Thunderbird #96332B

Color information

#96332B (or 0x96332B) is unknown color: approx Thunderbird. HEX triplet: 96, 33 and 2B. RGB value is (150,51,43). Sum of RGB (Red+Green+Blue) = 150+51+43=244 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.48% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 43 (17.19% from 255 or 17.62% from 244); Max value from RGB is 150 - color contains mainly: red. Hex color #96332B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96332B is #69CCD4. Grayscale: #4F4F4F. Windows color (decimal): -6933717 or 2831254. OLE color: 2831254.

HSL color Cylindrical-coordinate representation of color #96332B: hue angle of 4.49º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96332B is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB1505143-
CMYK00.660.710.41
HSL4.49º55.44%37.84%-
HSV(B)4.49º71.33%58.82%-
XYZ14.29.033.28-
YUV79.69107.3178.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.48%
GREEN value IS 51 (20.31% from 255) = 20.90%
BLUE value IS 43 (17.19% from 255) = 17.62%
R=61.48%
G=20.90%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150514300.660.710.414.4955.4437.84
Hex96332B042472943726
Octal226635301021075146746
Binary10010110110011101011010000101000111101001100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96332B; }

 p { color: rgb(150,51,43); }

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

<style>
 a { background-color: #96332B; }

 a { background-color: rgb(150,51,43); }

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

<style>
 span { border-color: #96332B; }

 span { border-color: rgb(150,51,43); }

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