#963A2D

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

Shades of Thunderbird #963A2D

Tints of Thunderbird #963A2D

Color information

#963A2D (or 0x963A2D) is unknown color: approx Thunderbird. HEX triplet: 96, 3A and 2D. RGB value is (150,58,45). Sum of RGB (Red+Green+Blue) = 150+58+45=253 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.29% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 150 - color contains mainly: red. Hex color #963A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963A2D is #69C5D2. Grayscale: #545454. Windows color (decimal): -6931923 or 2964118. OLE color: 2964118.

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

Color convert

RGB1505845-
CMYK00.610.700.41
HSL7.43º53.85%38.24%-
HSV(B)7.43º70%58.82%-
XYZ14.569.73.59-
YUV84.03105.98175.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 59.29%
GREEN value IS 58 (23.05% from 255) = 22.92%
BLUE value IS 45 (17.97% from 255) = 17.79%
R=59.29%
G=22.92%
B=17.79%

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
Decimal150584500.610.700.417.4353.8538.24
Hex963A2D03D462973626
Octal22672550751065176646
Binary1001011011101010110101111011000110101001111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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