Shades of Thunderbird #8E362B
Tints of Thunderbird #8E362B
RGB
CMYK
RGB Variations
Color information
#8E362B (or 0x8E362B) is known color: Thunderbird. HEX triplet: 8E, 36 and 2B. RGB value is (142,54,43). Sum of RGB (Red+Green+Blue) = 142+54+43=239 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.41% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 142 - color contains mainly: red. Hex color #8E362B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E362B is #71C9D4. Grayscale: #4F4F4F. Windows color (decimal): -7457237 or 2832014. OLE color: 2832014.
HSL color Cylindrical-coordinate representation of color #8E362B: hue angle of 6.67º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E362B is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 54 | 43 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.44 |
| HSL | 6.67º | 0.54% | 0.36% | - |
| HSV(B) | 6.67º | 0.7% | 0.56% | - |
| XYZ | 12.91 | 8.56 | 3.26 | - |
| YUV | 79.06 | 107.65 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 54 | 43 | 0 | 0.62 | 0.70 | 0.44 | 6.67 | 0.54 | 0.36 |
| Hex | 8E | 36 | 2B | 0 | 3E | 46 | 2C | 7 | 36 | 24 |
| Octal | 216 | 66 | 53 | 0 | 76 | 106 | 54 | 7 | 66 | 44 |
| Binary | 10001110 | 110110 | 101011 | 0 | 111110 | 1000110 | 101100 | 111 | 110110 | 100100 |
Color Harmonies of #8E362B
Complementary color
Monochromatic Colors of #8E362B
Black with #8E362B
Text Example
Text Example
White with #8E362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E362B; }
p { color: rgb(142,54,43); }
H1.HeaderClassName
{
color: #8E362B;
}
.AnyTagClassName
{
color: #8E362B;
}
</style>
background-color css
<style>
a { background-color: #8E362B; }
a { background-color: rgb(142,54,43); }
div.DivClassName
{
background-color: #8E362B;
}
.BgClassName
{
background-color: #8E362B;
}
</style>
border-color css
<style>
span { border-color: #8E362B; }
span { border-color: rgb(142,54,43); }
td.TdClassName
{
border-color: #8E362B;
}
.TagClassName
{
border-color: #8E362B;
}
</style>