#963529

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

Shades of Thunderbird #963529

Tints of Thunderbird #963529

Color information

#963529 (or 0x963529) is unknown color: approx Thunderbird. HEX triplet: 96, 35 and 29. RGB value is (150,53,41). Sum of RGB (Red+Green+Blue) = 150+53+41=244 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.48% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 150 - color contains mainly: red. Hex color #963529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963529 is #69CAD6. Grayscale: #505050. Windows color (decimal): -6933207 or 2700694. OLE color: 2700694.

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

Color convert

RGB1505341-
CMYK00.650.730.41
HSL6.61º57.07%37.45%-
HSV(B)6.61º72.67%58.82%-
XYZ14.259.193.12-
YUV80.64105.64177.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.48%
GREEN value IS 53 (21.09% from 255) = 21.72%
BLUE value IS 41 (16.41% from 255) = 16.80%
R=61.48%
G=21.72%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150534100.650.730.416.6157.0737.45
Hex963529041492973925
Octal226655101011115177145
Binary10010110110101101001010000011001001101001111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963529; }

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

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

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

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

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

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

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

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