#963526

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

Shades of Thunderbird #963526

Tints of Thunderbird #963526

Color information

#963526 (or 0x963526) is unknown color: approx Thunderbird. HEX triplet: 96, 35 and 26. RGB value is (150,53,38). Sum of RGB (Red+Green+Blue) = 150+53+38=241 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.24% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 150 - color contains mainly: red. Hex color #963526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963526 is #69CAD9. Grayscale: #505050. Windows color (decimal): -6933210 or 2504086. OLE color: 2504086.

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

Color convert

RGB1505338-
CMYK00.650.750.41
HSL8.04º59.57%36.86%-
HSV(B)8.04º74.67%58.82%-
XYZ14.29.172.86-
YUV80.29104.14177.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 62.24%
GREEN value IS 53 (21.09% from 255) = 21.99%
BLUE value IS 38 (15.23% from 255) = 15.77%
R=62.24%
G=21.99%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150533800.650.750.418.0459.5736.86
Hex9635260414B2983c25
Octal2266546010111351107445
Binary100101101101011001100100000110010111010011000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963526; }

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

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

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

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

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

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

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

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