Shades of Thunderbird #8E362F
Tints of Thunderbird #8E362F
RGB
CMYK
RGB Variations
Color information
#8E362F (or 0x8E362F) is known color: Thunderbird. HEX triplet: 8E, 36 and 2F. RGB value is (142,54,47). Sum of RGB (Red+Green+Blue) = 142+54+47=243 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.44% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 142 - color contains mainly: red. Hex color #8E362F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E362F is #71C9D0. Grayscale: #4F4F4F. Windows color (decimal): -7457233 or 3094158. OLE color: 3094158.
HSL color Cylindrical-coordinate representation of color #8E362F: hue angle of 4.42º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8E362F is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 54 | 47 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.44 |
| HSL | 4.42º | 0.5% | 0.37% | - |
| HSV(B) | 4.42º | 0.67% | 0.56% | - |
| XYZ | 12.99 | 8.59 | 3.66 | - |
| YUV | 79.51 | 109.65 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 54 | 47 | 0 | 0.62 | 0.67 | 0.44 | 4.42 | 0.5 | 0.37 |
| Hex | 8E | 36 | 2F | 0 | 3E | 43 | 2C | 4 | 32 | 25 |
| Octal | 216 | 66 | 57 | 0 | 76 | 103 | 54 | 4 | 62 | 45 |
| Binary | 10001110 | 110110 | 101111 | 0 | 111110 | 1000011 | 101100 | 100 | 110010 | 100101 |
Color Harmonies of #8E362F
Complementary color
Monochromatic Colors of #8E362F
Black with #8E362F
Text Example
Text Example
White with #8E362F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E362F; }
p { color: rgb(142,54,47); }
H1.HeaderClassName
{
color: #8E362F;
}
.AnyTagClassName
{
color: #8E362F;
}
</style>
background-color css
<style>
a { background-color: #8E362F; }
a { background-color: rgb(142,54,47); }
div.DivClassName
{
background-color: #8E362F;
}
.BgClassName
{
background-color: #8E362F;
}
</style>
border-color css
<style>
span { border-color: #8E362F; }
span { border-color: rgb(142,54,47); }
td.TdClassName
{
border-color: #8E362F;
}
.TagClassName
{
border-color: #8E362F;
}
</style>