Shades of Thunderbird #8E372D
Tints of Thunderbird #8E372D
RGB
CMYK
RGB Variations
Color information
#8E372D (or 0x8E372D) is known color: Thunderbird. HEX triplet: 8E, 37 and 2D. RGB value is (142,55,45). Sum of RGB (Red+Green+Blue) = 142+55+45=242 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.68% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 142 - color contains mainly: red. Hex color #8E372D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E372D is #71C8D2. Grayscale: #505050. Windows color (decimal): -7456979 or 2963342. OLE color: 2963342.
HSL color Cylindrical-coordinate representation of color #8E372D: hue angle of 6.19º 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 #8E372D is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 55 | 45 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.44 |
| HSL | 6.19º | 0.52% | 0.37% | - |
| HSV(B) | 6.19º | 0.68% | 0.56% | - |
| XYZ | 13 | 8.67 | 3.47 | - |
| YUV | 79.87 | 108.32 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 55 | 45 | 0 | 0.61 | 0.68 | 0.44 | 6.19 | 0.52 | 0.37 |
| Hex | 8E | 37 | 2D | 0 | 3D | 44 | 2C | 6 | 34 | 25 |
| Octal | 216 | 67 | 55 | 0 | 75 | 104 | 54 | 6 | 64 | 45 |
| Binary | 10001110 | 110111 | 101101 | 0 | 111101 | 1000100 | 101100 | 110 | 110100 | 100101 |
Color Harmonies of #8E372D
Complementary color
Monochromatic Colors of #8E372D
Black with #8E372D
Text Example
Text Example
White with #8E372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E372D; }
p { color: rgb(142,55,45); }
H1.HeaderClassName
{
color: #8E372D;
}
.AnyTagClassName
{
color: #8E372D;
}
</style>
background-color css
<style>
a { background-color: #8E372D; }
a { background-color: rgb(142,55,45); }
div.DivClassName
{
background-color: #8E372D;
}
.BgClassName
{
background-color: #8E372D;
}
</style>
border-color css
<style>
span { border-color: #8E372D; }
span { border-color: rgb(142,55,45); }
td.TdClassName
{
border-color: #8E372D;
}
.TagClassName
{
border-color: #8E372D;
}
</style>