#963A34

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

Shades of Thunderbird #963A34

Tints of Thunderbird #963A34

Color information

#963A34 (or 0x963A34) is unknown color: approx Thunderbird. HEX triplet: 96, 3A and 34. RGB value is (150,58,52). Sum of RGB (Red+Green+Blue) = 150+58+52=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #963A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963A34 is #69C5CB. Grayscale: #545454. Windows color (decimal): -6931916 or 3422870. OLE color: 3422870.

HSL color Cylindrical-coordinate representation of color #963A34: hue angle of 3.67º 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 #963A34 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB1505852-
CMYK00.610.650.41
HSL3.67º48.51%39.61%-
HSV(B)3.67º65.33%58.82%-
XYZ14.719.764.36-
YUV84.82109.48174.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.69%
GREEN value IS 58 (23.05% from 255) = 22.31%
BLUE value IS 52 (20.70% from 255) = 20%
R=57.69%
G=22.31%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150585200.610.650.413.6748.5139.61
Hex963A3403D412943128
Octal22672640751015146150
Binary1001011011101011010001111011000001101001100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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