#96362A

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

Shades of Thunderbird #96362A

Tints of Thunderbird #96362A

Color information

#96362A (or 0x96362A) is unknown color: approx Thunderbird. HEX triplet: 96, 36 and 2A. RGB value is (150,54,42). Sum of RGB (Red+Green+Blue) = 150+54+42=246 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.98% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 150 - color contains mainly: red. Hex color #96362A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96362A is #69C9D5. Grayscale: #515151. Windows color (decimal): -6932950 or 2766486. OLE color: 2766486.

HSL color Cylindrical-coordinate representation of color #96362A: hue angle of 6.67º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #96362A is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB1505442-
CMYK00.640.720.41
HSL6.67º56.25%37.65%-
HSV(B)6.67º72%58.82%-
XYZ14.319.293.23-
YUV81.34105.8176.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.98%
GREEN value IS 54 (21.48% from 255) = 21.95%
BLUE value IS 42 (16.80% from 255) = 17.07%
R=60.98%
G=21.95%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150544200.640.720.416.6756.2537.65
Hex96362A040482973826
Octal226665201001105177046
Binary10010110110110101010010000001001000101001111111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96362A; }

 p { color: rgb(150,54,42); }

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

<style>
 a { background-color: #96362A; }

 a { background-color: rgb(150,54,42); }

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

<style>
 span { border-color: #96362A; }

 span { border-color: rgb(150,54,42); }

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