#963527

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

Shades of Thunderbird #963527

Tints of Thunderbird #963527

Color information

#963527 (or 0x963527) is unknown color: approx Thunderbird. HEX triplet: 96, 35 and 27. RGB value is (150,53,39). Sum of RGB (Red+Green+Blue) = 150+53+39=242 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.98% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 39 (15.62% from 255 or 16.12% from 242); Max value from RGB is 150 - color contains mainly: red. Hex color #963527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963527 is #69CAD8. Grayscale: #505050. Windows color (decimal): -6933209 or 2569622. OLE color: 2569622.

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

Color convert

RGB1505339-
CMYK00.650.740.41
HSL7.57º58.73%37.06%-
HSV(B)7.57º74%58.82%-
XYZ14.229.182.94-
YUV80.41104.64177.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.98%
GREEN value IS 53 (21.09% from 255) = 21.90%
BLUE value IS 39 (15.62% from 255) = 16.12%
R=61.98%
G=21.90%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150533900.650.740.417.5758.7337.06
Hex9635270414A2983b25
Octal2266547010111251107345
Binary100101101101011001110100000110010101010011000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963527; }

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

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

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

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

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

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

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

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