Shades of Thunderbird #8E3A36
Tints of Thunderbird #8E3A36
RGB
CMYK
RGB Variations
Color information
#8E3A36 (or 0x8E3A36) is known color: Thunderbird. HEX triplet: 8E, 3A and 36. RGB value is (142,58,54). Sum of RGB (Red+Green+Blue) = 142+58+54=254 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.91% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 54 (21.48% from 255 or 21.26% from 254); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3A36 is #71C5C9. Grayscale: #525252. Windows color (decimal): -7456202 or 3553934. OLE color: 3553934.
HSL color Cylindrical-coordinate representation of color #8E3A36: hue angle of 2.73º 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 #8E3A36 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 58 | 54 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.44 |
| HSL | 2.73º | 0.45% | 0.38% | - |
| HSV(B) | 2.73º | 0.62% | 0.56% | - |
| XYZ | 13.33 | 9.04 | 4.53 | - |
| YUV | 82.66 | 111.83 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 58 | 54 | 0 | 0.59 | 0.62 | 0.44 | 2.73 | 0.45 | 0.38 |
| Hex | 8E | 3A | 36 | 0 | 3B | 3E | 2C | 3 | 2D | 26 |
| Octal | 216 | 72 | 66 | 0 | 73 | 76 | 54 | 3 | 55 | 46 |
| Binary | 10001110 | 111010 | 110110 | 0 | 111011 | 111110 | 101100 | 11 | 101101 | 100110 |
Color Harmonies of #8E3A36
Complementary color
Monochromatic Colors of #8E3A36
Black with #8E3A36
Text Example
Text Example
White with #8E3A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3A36; }
p { color: rgb(142,58,54); }
H1.HeaderClassName
{
color: #8E3A36;
}
.AnyTagClassName
{
color: #8E3A36;
}
</style>
background-color css
<style>
a { background-color: #8E3A36; }
a { background-color: rgb(142,58,54); }
div.DivClassName
{
background-color: #8E3A36;
}
.BgClassName
{
background-color: #8E3A36;
}
</style>
border-color css
<style>
span { border-color: #8E3A36; }
span { border-color: rgb(142,58,54); }
td.TdClassName
{
border-color: #8E3A36;
}
.TagClassName
{
border-color: #8E3A36;
}
</style>