#963C30

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

Shades of Thunderbird #963C30

Tints of Thunderbird #963C30

Color information

#963C30 (or 0x963C30) is unknown color: approx Thunderbird. HEX triplet: 96, 3C and 30. RGB value is (150,60,48). Sum of RGB (Red+Green+Blue) = 150+60+48=258 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.14% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 150 - color contains mainly: red. Hex color #963C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963C30 is #69C3CF. Grayscale: #555555. Windows color (decimal): -6931408 or 3161238. OLE color: 3161238.

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

Color convert

RGB1506048-
CMYK00.60.680.41
HSL7.06º51.52%38.82%-
HSV(B)7.06º68%58.82%-
XYZ14.739.933.94-
YUV85.54106.82173.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.14%
GREEN value IS 60 (23.83% from 255) = 23.26%
BLUE value IS 48 (19.14% from 255) = 18.60%
R=58.14%
G=23.26%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150604800.60.680.417.0651.5238.82
Hex963C3003C442973427
Octal22674600741045176447
Binary1001011011110011000001111001000100101001111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,60,48); }

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

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

 a { background-color: rgb(150,60,48); }

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

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

 span { border-color: rgb(150,60,48); }

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