#963128

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

Shades of Thunderbird #963128

Tints of Thunderbird #963128

Color information

#963128 (or 0x963128) is unknown color: approx Thunderbird. HEX triplet: 96, 31 and 28. RGB value is (150,49,40). Sum of RGB (Red+Green+Blue) = 150+49+40=239 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.76% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 40 (16.02% from 255 or 16.74% from 239); Max value from RGB is 150 - color contains mainly: red. Hex color #963128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963128 is #69CED7. Grayscale: #4E4E4E. Windows color (decimal): -6934232 or 2634134. OLE color: 2634134.

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

Color convert

RGB1504940-
CMYK00.670.730.41
HSL4.91º57.89%37.25%-
HSV(B)4.91º73.33%58.82%-
XYZ14.068.832.97-
YUV78.17106.46179.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 62.76%
GREEN value IS 49 (19.53% from 255) = 20.50%
BLUE value IS 40 (16.02% from 255) = 16.74%
R=62.76%
G=20.50%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150494000.670.730.414.9157.8937.25
Hex963128043492953a25
Octal226615001031115157245
Binary10010110110001101000010000111001001101001101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963128; }

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

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

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

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

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

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

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

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