#96302A

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

Shades of Thunderbird #96302A

Tints of Thunderbird #96302A

Color information

#96302A (or 0x96302A) is unknown color: approx Thunderbird. HEX triplet: 96, 30 and 2A. RGB value is (150,48,42). Sum of RGB (Red+Green+Blue) = 150+48+42=240 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.5% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 150 - color contains mainly: red. Hex color #96302A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96302A is #69CFD5. Grayscale: #4D4D4D. Windows color (decimal): -6934486 or 2764950. OLE color: 2764950.

HSL color Cylindrical-coordinate representation of color #96302A: hue angle of 3.33º 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 #96302A is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB1504842-
CMYK00.680.720.41
HSL3.33º56.25%37.65%-
HSV(B)3.33º72%58.82%-
XYZ14.058.773.14-
YUV77.81107.79179.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 62.5%
GREEN value IS 48 (19.14% from 255) = 20%
BLUE value IS 42 (16.80% from 255) = 17.5%
R=62.5%
G=20%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150484200.680.720.413.3356.2537.65
Hex96302A044482933826
Octal226605201041105137046
Binary1001011011000010101001000100100100010100111111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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