#963E33

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

Shades of Thunderbird #963E33

Tints of Thunderbird #963E33

Color information

#963E33 (or 0x963E33) is unknown color: approx Thunderbird. HEX triplet: 96, 3E and 33. RGB value is (150,62,51). Sum of RGB (Red+Green+Blue) = 150+62+51=263 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.03% from 263); Green value is 62 (24.61% from 255 or 23.57% from 263); Blue value is 51 (20.31% from 255 or 19.39% from 263); Max value from RGB is 150 - color contains mainly: red. Hex color #963E33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963E33 is #69C1CC. Grayscale: #575757. Windows color (decimal): -6930893 or 3358358. OLE color: 3358358.

HSL color Cylindrical-coordinate representation of color #963E33: hue angle of 6.67º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #963E33 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB1506251-
CMYK00.590.660.41
HSL6.67º49.25%39.41%-
HSV(B)6.67º66%58.82%-
XYZ14.910.174.31-
YUV87.06107.65172.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.03%
GREEN value IS 62 (24.61% from 255) = 23.57%
BLUE value IS 51 (20.31% from 255) = 19.39%
R=57.03%
G=23.57%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150625100.590.660.416.6749.2539.41
Hex963E3303B422973127
Octal22676630731025176147
Binary1001011011111011001101110111000010101001111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963E33; }

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

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

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

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

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

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

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

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