#963B2D

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

Shades of Thunderbird #963B2D

Tints of Thunderbird #963B2D

Color information

#963B2D (or 0x963B2D) is unknown color: approx Thunderbird. HEX triplet: 96, 3B and 2D. RGB value is (150,59,45). Sum of RGB (Red+Green+Blue) = 150+59+45=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #963B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963B2D is #69C4D2. Grayscale: #545454. Windows color (decimal): -6931667 or 2964374. OLE color: 2964374.

HSL color Cylindrical-coordinate representation of color #963B2D: hue angle of 8º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #963B2D is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB1505945-
CMYK00.610.700.41
HSL53.85%38.24%-
HSV(B)70%58.82%-
XYZ14.629.83.6-
YUV84.61105.65174.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 59.06%
GREEN value IS 59 (23.44% from 255) = 23.23%
BLUE value IS 45 (17.97% from 255) = 17.72%
R=59.06%
G=23.23%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150594500.610.700.41853.8538.24
Hex963B2D03D462983626
Octal226735507510651106646
Binary10010110111011101101011110110001101010011000110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,59,45); }

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

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

 a { background-color: rgb(150,59,45); }

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

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

 span { border-color: rgb(150,59,45); }

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