#963735

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

Shades of Thunderbird #963735

Tints of Thunderbird #963735

Color information

#963735 (or 0x963735) is unknown color: approx Thunderbird. HEX triplet: 96, 37 and 35. RGB value is (150,55,53). Sum of RGB (Red+Green+Blue) = 150+55+53=258 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.14% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 53 (21.09% from 255 or 20.54% from 258); Max value from RGB is 150 - color contains mainly: red. Hex color #963735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963735 is #69C8CA. Grayscale: #535353. Windows color (decimal): -6932683 or 3487638. OLE color: 3487638.

HSL color Cylindrical-coordinate representation of color #963735: hue angle of 1.24º degrees, saturation: 0.48, 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 #963735 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB1505553-
CMYK00.630.650.41
HSL1.24º47.78%39.8%-
HSV(B)1.24º64.67%58.82%-
XYZ14.599.474.43-
YUV83.18110.97175.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.14%
GREEN value IS 55 (21.88% from 255) = 21.32%
BLUE value IS 53 (21.09% from 255) = 20.54%
R=58.14%
G=21.32%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150555300.630.650.411.2447.7839.8
Hex96373503F412913028
Octal22667650771015116050
Binary10010110110111110101011111110000011010011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963735; }

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

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

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

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

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

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

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

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