#96352A

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

Shades of Thunderbird #96352A

Tints of Thunderbird #96352A

Color information

#96352A (or 0x96352A) is unknown color: approx Thunderbird. HEX triplet: 96, 35 and 2A. RGB value is (150,53,42). Sum of RGB (Red+Green+Blue) = 150+53+42=245 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.22% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 150 - color contains mainly: red. Hex color #96352A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96352A is #69CAD5. Grayscale: #505050. Windows color (decimal): -6933206 or 2766230. OLE color: 2766230.

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

Color convert

RGB1505342-
CMYK00.650.720.41
HSL6.11º56.25%37.65%-
HSV(B)6.11º72%58.82%-
XYZ14.279.23.21-
YUV80.75106.14177.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.22%
GREEN value IS 53 (21.09% from 255) = 21.63%
BLUE value IS 42 (16.80% from 255) = 17.14%
R=61.22%
G=21.63%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150534200.650.720.416.1156.2537.65
Hex96352A041482963826
Octal226655201011105167046
Binary10010110110101101010010000011001000101001110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96352A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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