#963432

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

Shades of Thunderbird #963432

Tints of Thunderbird #963432

Color information

#963432 (or 0x963432) is unknown color: approx Thunderbird. HEX triplet: 96, 34 and 32. RGB value is (150,52,50). Sum of RGB (Red+Green+Blue) = 150+52+50=252 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.52% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 150 - color contains mainly: red. Hex color #963432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963432 is #69CBCD. Grayscale: #515151. Windows color (decimal): -6933454 or 3290262. OLE color: 3290262.

HSL color Cylindrical-coordinate representation of color #963432: hue angle of 1.2º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #963432 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB1505250-
CMYK00.650.670.41
HSL1.2º50%39.22%-
HSV(B)1.2º66.67%58.82%-
XYZ14.389.174.03-
YUV81.07110.47177.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 59.52%
GREEN value IS 52 (20.70% from 255) = 20.63%
BLUE value IS 50 (19.92% from 255) = 19.84%
R=59.52%
G=20.63%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150525000.650.670.411.25039.22
Hex963432041432913227
Octal226646201011035116247
Binary100101101101001100100100000110000111010011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963432; }

 p { color: rgb(150,52,50); }

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

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

 a { background-color: rgb(150,52,50); }

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

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

 span { border-color: rgb(150,52,50); }

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