#8E312C

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

Shades of Thunderbird #8E312C

Tints of Thunderbird #8E312C

Color information

#8E312C (or 0x8E312C) is unknown color: approx Thunderbird. HEX triplet: 8E, 31 and 2C. RGB value is (142,49,44). Sum of RGB (Red+Green+Blue) = 142+49+44=235 (31% of max value = 765). Red value is 142 (55.86% from 255 or 60.43% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 142 - color contains mainly: red. Hex color #8E312C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E312C is #71CED3. Grayscale: #4C4C4C. Windows color (decimal): -7458516 or 2896270. OLE color: 2896270.

HSL color Cylindrical-coordinate representation of color #8E312C: hue angle of 3.06º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8E312C is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB1424944-
CMYK00.650.690.44
HSL3.06º52.69%36.47%-
HSV(B)3.06º69.01%55.69%-
XYZ12.718.133.28-
YUV76.24109.81174.91-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 60.43%
GREEN value IS 49 (19.53% from 255) = 20.85%
BLUE value IS 44 (17.58% from 255) = 18.72%
R=60.43%
G=20.85%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142494400.650.690.443.0652.6936.47
Hex8E312C041452C33524
Octal216615401011055436544
Binary1000111011000110110001000001100010110110011110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E312C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,49,44); }

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

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

 a { background-color: rgb(142,49,44); }

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

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

 span { border-color: rgb(142,49,44); }

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