#8D3930

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

Shades of Thunderbird #8D3930

Tints of Thunderbird #8D3930

Color information

#8D3930 (or 0x8D3930) is unknown color: approx Thunderbird. HEX triplet: 8D, 39 and 30. RGB value is (141,57,48). Sum of RGB (Red+Green+Blue) = 141+57+48=246 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.32% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3930 is #72C6CF. Grayscale: #515151. Windows color (decimal): -7522000 or 3160461. OLE color: 3160461.

HSL color Cylindrical-coordinate representation of color #8D3930: hue angle of 5.81º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8D3930 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB1415748-
CMYK00.600.660.45
HSL5.81º49.21%37.06%-
HSV(B)5.81º65.96%55.29%-
XYZ12.988.83.81-
YUV81.09109.33170.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 57.32%
GREEN value IS 57 (22.66% from 255) = 23.17%
BLUE value IS 48 (19.14% from 255) = 19.51%
R=57.32%
G=23.17%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141574800.600.660.455.8149.2137.06
Hex8D393003C422D63125
Octal21571600741025566145
Binary1000110111100111000001111001000010101101110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D3930; }

 p { color: rgb(141,57,48); }

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

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

 a { background-color: rgb(141,57,48); }

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

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

 span { border-color: rgb(141,57,48); }

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