#8E302D

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

Shades of Thunderbird #8E302D

Tints of Thunderbird #8E302D

Color information

#8E302D (or 0x8E302D) is unknown color: approx Thunderbird. HEX triplet: 8E, 30 and 2D. RGB value is (142,48,45). Sum of RGB (Red+Green+Blue) = 142+48+45=235 (31% of max value = 765). Red value is 142 (55.86% from 255 or 60.43% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 142 - color contains mainly: red. Hex color #8E302D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E302D is #71CFD2. Grayscale: #4B4B4B. Windows color (decimal): -7458771 or 2961550. OLE color: 2961550.

HSL color Cylindrical-coordinate representation of color #8E302D: hue angle of 1.86º degrees, saturation: 0.52, 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 #8E302D is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB1424845-
CMYK00.660.680.44
HSL1.86º51.87%36.67%-
HSV(B)1.86º68.31%55.69%-
XYZ12.698.053.37-
YUV75.76110.64175.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 60.43%
GREEN value IS 48 (19.14% from 255) = 20.43%
BLUE value IS 45 (17.97% from 255) = 19.15%
R=60.43%
G=20.43%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142484500.660.680.441.8651.8736.67
Hex8E302D042442C23425
Octal216605501021045426445
Binary1000111011000010110101000010100010010110010110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,48,45); }

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

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

 a { background-color: rgb(142,48,45); }

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

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

 span { border-color: rgb(142,48,45); }

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