#963934

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

Shades of Thunderbird #963934

Tints of Thunderbird #963934

Color information

#963934 (or 0x963934) is unknown color: approx Thunderbird. HEX triplet: 96, 39 and 34. RGB value is (150,57,52). Sum of RGB (Red+Green+Blue) = 150+57+52=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 52 (20.70% from 255 or 20.08% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #963934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963934 is #69C6CB. Grayscale: #545454. Windows color (decimal): -6932172 or 3422614. OLE color: 3422614.

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

Color convert

RGB1505752-
CMYK00.620.650.41
HSL3.06º48.51%39.61%-
HSV(B)3.06º65.33%58.82%-
XYZ14.669.664.34-
YUV84.24109.81174.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.92%
GREEN value IS 57 (22.66% from 255) = 22.01%
BLUE value IS 52 (20.70% from 255) = 20.08%
R=57.92%
G=22.01%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150575200.620.650.413.0648.5139.61
Hex96393403E412933128
Octal22671640761015136150
Binary100101101110011101000111110100000110100111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963934; }

 p { color: rgb(150,57,52); }

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

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

 a { background-color: rgb(150,57,52); }

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

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

 span { border-color: rgb(150,57,52); }

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