#8E2F2C

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

Shades of Thunderbird #8E2F2C

Tints of Thunderbird #8E2F2C

Color information

#8E2F2C (or 0x8E2F2C) is unknown color: approx Thunderbird. HEX triplet: 8E, 2F and 2C. RGB value is (142,47,44). Sum of RGB (Red+Green+Blue) = 142+47+44=233 (30% of max value = 765). Red value is 142 (55.86% from 255 or 60.94% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2F2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2F2C is #71D0D3. Grayscale: #4B4B4B. Windows color (decimal): -7459028 or 2895758. OLE color: 2895758.

HSL color Cylindrical-coordinate representation of color #8E2F2C: hue angle of 1.84º 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 #8E2F2C is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB1424744-
CMYK00.670.690.44
HSL1.84º52.69%36.47%-
HSV(B)1.84º69.01%55.69%-
XYZ12.637.973.25-
YUV75.06110.47175.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 60.94%
GREEN value IS 47 (18.75% from 255) = 20.17%
BLUE value IS 44 (17.58% from 255) = 18.88%
R=60.94%
G=20.17%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142474400.670.690.441.8452.6936.47
Hex8E2F2C043452C23524
Octal216575401031055426544
Binary1000111010111110110001000011100010110110010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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