#963229

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

Shades of Thunderbird #963229

Tints of Thunderbird #963229

Color information

#963229 (or 0x963229) is unknown color: approx Thunderbird. HEX triplet: 96, 32 and 29. RGB value is (150,50,41). Sum of RGB (Red+Green+Blue) = 150+50+41=241 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.24% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 150 - color contains mainly: red. Hex color #963229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963229 is #69CDD6. Grayscale: #4F4F4F. Windows color (decimal): -6933975 or 2699926. OLE color: 2699926.

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

Color convert

RGB1505041-
CMYK00.670.730.41
HSL4.95º57.07%37.45%-
HSV(B)4.95º72.67%58.82%-
XYZ14.128.933.08-
YUV78.87106.63178.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 62.24%
GREEN value IS 50 (19.92% from 255) = 20.75%
BLUE value IS 41 (16.41% from 255) = 17.01%
R=62.24%
G=20.75%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150504100.670.730.414.9557.0737.45
Hex963229043492953925
Octal226625101031115157145
Binary10010110110010101001010000111001001101001101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963229; }

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

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

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

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

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

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

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

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