#963D31

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

Shades of Thunderbird #963D31

Tints of Thunderbird #963D31

Color information

#963D31 (or 0x963D31) is unknown color: approx Thunderbird. HEX triplet: 96, 3D and 31. RGB value is (150,61,49). Sum of RGB (Red+Green+Blue) = 150+61+49=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 61 (24.22% from 255 or 23.46% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #963D31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963D31 is #69C2CE. Grayscale: #565656. Windows color (decimal): -6931151 or 3227030. OLE color: 3227030.

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

Color convert

RGB1506149-
CMYK00.590.670.41
HSL7.13º50.75%39.02%-
HSV(B)7.13º67.33%58.82%-
XYZ14.810.044.06-
YUV86.24106.99173.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.69%
GREEN value IS 61 (24.22% from 255) = 23.46%
BLUE value IS 49 (19.53% from 255) = 18.85%
R=57.69%
G=23.46%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150614900.590.670.417.1350.7539.02
Hex963D3103B432973327
Octal22675610731035176347
Binary1001011011110111000101110111000011101001111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,61,49); }

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

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

 a { background-color: rgb(150,61,49); }

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

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

 span { border-color: rgb(150,61,49); }

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