#96382D

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

Shades of Thunderbird #96382D

Tints of Thunderbird #96382D

Color information

#96382D (or 0x96382D) is unknown color: approx Thunderbird. HEX triplet: 96, 38 and 2D. RGB value is (150,56,45). Sum of RGB (Red+Green+Blue) = 150+56+45=251 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.76% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 150 - color contains mainly: red. Hex color #96382D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96382D is #69C7D2. Grayscale: #525252. Windows color (decimal): -6932435 or 2963606. OLE color: 2963606.

HSL color Cylindrical-coordinate representation of color #96382D: hue angle of 6.29º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #96382D is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB1505645-
CMYK00.630.700.41
HSL6.29º53.85%38.24%-
HSV(B)6.29º70%58.82%-
XYZ14.479.53.55-
YUV82.85106.64175.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 59.76%
GREEN value IS 56 (22.27% from 255) = 22.31%
BLUE value IS 45 (17.97% from 255) = 17.93%
R=59.76%
G=22.31%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150564500.630.700.416.2953.8538.24
Hex96382D03F462963626
Octal22670550771065166646
Binary1001011011100010110101111111000110101001110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96382D; }

 p { color: rgb(150,56,45); }

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

<style>
 a { background-color: #96382D; }

 a { background-color: rgb(150,56,45); }

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

<style>
 span { border-color: #96382D; }

 span { border-color: rgb(150,56,45); }

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