Shades of Thunderbird #8E3936
Tints of Thunderbird #8E3936
RGB
CMYK
RGB Variations
Color information
#8E3936 (or 0x8E3936) is known color: Thunderbird. HEX triplet: 8E, 39 and 36. RGB value is (142,57,54). Sum of RGB (Red+Green+Blue) = 142+57+54=253 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.13% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 54 (21.48% from 255 or 21.34% from 253); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3936 is #71C6C9. Grayscale: #525252. Windows color (decimal): -7456458 or 3553678. OLE color: 3553678.
HSL color Cylindrical-coordinate representation of color #8E3936: hue angle of 2.05º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8E3936 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 57 | 54 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.44 |
| HSL | 2.05º | 0.45% | 0.38% | - |
| HSV(B) | 2.05º | 0.62% | 0.56% | - |
| XYZ | 13.28 | 8.94 | 4.52 | - |
| YUV | 82.07 | 112.16 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 57 | 54 | 0 | 0.60 | 0.62 | 0.44 | 2.05 | 0.45 | 0.38 |
| Hex | 8E | 39 | 36 | 0 | 3C | 3E | 2C | 2 | 2D | 26 |
| Octal | 216 | 71 | 66 | 0 | 74 | 76 | 54 | 2 | 55 | 46 |
| Binary | 10001110 | 111001 | 110110 | 0 | 111100 | 111110 | 101100 | 10 | 101101 | 100110 |
Color Harmonies of #8E3936
Complementary color
Monochromatic Colors of #8E3936
Black with #8E3936
Text Example
Text Example
White with #8E3936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3936; }
p { color: rgb(142,57,54); }
H1.HeaderClassName
{
color: #8E3936;
}
.AnyTagClassName
{
color: #8E3936;
}
</style>
background-color css
<style>
a { background-color: #8E3936; }
a { background-color: rgb(142,57,54); }
div.DivClassName
{
background-color: #8E3936;
}
.BgClassName
{
background-color: #8E3936;
}
</style>
border-color css
<style>
span { border-color: #8E3936; }
span { border-color: rgb(142,57,54); }
td.TdClassName
{
border-color: #8E3936;
}
.TagClassName
{
border-color: #8E3936;
}
</style>