#8E372E

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

Shades of Thunderbird #8E372E

Tints of Thunderbird #8E372E

Color information

#8E372E (or 0x8E372E) is unknown color: approx Thunderbird. HEX triplet: 8E, 37 and 2E. RGB value is (142,55,46). Sum of RGB (Red+Green+Blue) = 142+55+46=243 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.44% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 142 - color contains mainly: red. Hex color #8E372E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E372E is #71C8D1. Grayscale: #505050. Windows color (decimal): -7456978 or 3028878. OLE color: 3028878.

HSL color Cylindrical-coordinate representation of color #8E372E: hue angle of 5.62º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E372E is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB1425546-
CMYK00.610.680.44
HSL5.62º51.06%36.86%-
HSV(B)5.62º67.61%55.69%-
XYZ13.018.683.57-
YUV79.99108.82172.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 58.44%
GREEN value IS 55 (21.88% from 255) = 22.63%
BLUE value IS 46 (18.36% from 255) = 18.93%
R=58.44%
G=22.63%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142554600.610.680.445.6251.0636.86
Hex8E372E03D442C63325
Octal21667560751045466345
Binary1000111011011110111001111011000100101100110110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E372E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,55,46); }

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

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

 a { background-color: rgb(142,55,46); }

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

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

 span { border-color: rgb(142,55,46); }

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