#96392B

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

Shades of Thunderbird #96392B

Tints of Thunderbird #96392B

Color information

#96392B (or 0x96392B) is unknown color: approx Thunderbird. HEX triplet: 96, 39 and 2B. RGB value is (150,57,43). Sum of RGB (Red+Green+Blue) = 150+57+43=250 (33% of max value = 765). Red value is 150 (58.98% from 255 or 60% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 150 - color contains mainly: red. Hex color #96392B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96392B is #69C6D4. Grayscale: #535353. Windows color (decimal): -6932181 or 2832790. OLE color: 2832790.

HSL color Cylindrical-coordinate representation of color #96392B: hue angle of 7.85º 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 #96392B is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB1505743-
CMYK00.620.710.41
HSL7.85º55.44%37.84%-
HSV(B)7.85º71.33%58.82%-
XYZ14.489.583.37-
YUV83.21105.31175.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60%
GREEN value IS 57 (22.66% from 255) = 22.8%
BLUE value IS 43 (17.19% from 255) = 17.2%
R=60%
G=22.8%
B=17.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150574300.620.710.417.8555.4437.84
Hex96392B03E472983726
Octal226715307610751106746
Binary10010110111001101011011111010001111010011000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96392B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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