#963327

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

Shades of Thunderbird #963327

Tints of Thunderbird #963327

Color information

#963327 (or 0x963327) is unknown color: approx Thunderbird. HEX triplet: 96, 33 and 27. RGB value is (150,51,39). Sum of RGB (Red+Green+Blue) = 150+51+39=240 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.5% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 39 (15.62% from 255 or 16.25% from 240); Max value from RGB is 150 - color contains mainly: red. Hex color #963327 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963327 is #69CCD8. Grayscale: #4F4F4F. Windows color (decimal): -6933721 or 2569110. OLE color: 2569110.

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

Color convert

RGB1505139-
CMYK00.660.740.41
HSL6.49º58.73%37.06%-
HSV(B)6.49º74%58.82%-
XYZ14.1392.91-
YUV79.23105.3178.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 62.5%
GREEN value IS 51 (20.31% from 255) = 21.25%
BLUE value IS 39 (15.62% from 255) = 16.25%
R=62.5%
G=21.25%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150513900.660.740.416.4958.7337.06
Hex9633270424A2963b25
Octal226634701021125167345
Binary10010110110011100111010000101001010101001110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963327; }

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

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

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

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

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

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

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

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