#9C3B30

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

Shades of Thunderbird #9C3B30

Tints of Thunderbird #9C3B30

Color information

#9C3B30 (or 0x9C3B30) is unknown color: approx Thunderbird. HEX triplet: 9C, 3B and 30. RGB value is (156,59,48). Sum of RGB (Red+Green+Blue) = 156+59+48=263 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.32% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3B30 is #63C4CF. Grayscale: #565656. Windows color (decimal): -6538448 or 3160988. OLE color: 3160988.

HSL color Cylindrical-coordinate representation of color #9C3B30: hue angle of 6.11º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C3B30 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB1565948-
CMYK00.620.690.39
HSL6.11º52.94%40%-
HSV(B)6.11º69.23%61.18%-
XYZ15.8110.413.97-
YUV86.75106.14177.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 59.32%
GREEN value IS 59 (23.44% from 255) = 22.43%
BLUE value IS 48 (19.14% from 255) = 18.25%
R=59.32%
G=22.43%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156594800.620.690.396.1152.9440
Hex9C3B3003E452763528
Octal23473600761054766550
Binary1001110011101111000001111101000101100111110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C3B30; }

 p { color: rgb(156,59,48); }

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

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

 a { background-color: rgb(156,59,48); }

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

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

 span { border-color: rgb(156,59,48); }

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