#96332E

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

Shades of Thunderbird #96332E

Tints of Thunderbird #96332E

Color information

#96332E (or 0x96332E) is unknown color: approx Thunderbird. HEX triplet: 96, 33 and 2E. RGB value is (150,51,46). Sum of RGB (Red+Green+Blue) = 150+51+46=247 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.73% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 150 - color contains mainly: red. Hex color #96332E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96332E is #69CCD1. Grayscale: #505050. Windows color (decimal): -6933714 or 3027862. OLE color: 3027862.

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

Color convert

RGB1505146-
CMYK00.660.690.41
HSL2.88º53.06%38.43%-
HSV(B)2.88º69.33%58.82%-
XYZ14.259.053.58-
YUV80.03108.8177.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.73%
GREEN value IS 51 (20.31% from 255) = 20.65%
BLUE value IS 46 (18.36% from 255) = 18.62%
R=60.73%
G=20.65%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150514600.660.690.412.8853.0638.43
Hex96332E042452933526
Octal226635601021055136546
Binary1001011011001110111001000010100010110100111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96332E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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