Shades of Thunderbird #8E3932
Tints of Thunderbird #8E3932
RGB
CMYK
RGB Variations
Color information
#8E3932 (or 0x8E3932) is known color: Thunderbird. HEX triplet: 8E, 39 and 32. RGB value is (142,57,50). Sum of RGB (Red+Green+Blue) = 142+57+50=249 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.03% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3932 is #71C6CD. Grayscale: #515151. Windows color (decimal): -7456462 or 3291534. OLE color: 3291534.
HSL color Cylindrical-coordinate representation of color #8E3932: hue angle of 4.57º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E3932 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 57 | 50 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.44 |
| HSL | 4.57º | 0.48% | 0.38% | - |
| HSV(B) | 4.57º | 0.65% | 0.56% | - |
| XYZ | 13.19 | 8.91 | 4.04 | - |
| YUV | 81.62 | 110.16 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 57 | 50 | 0 | 0.60 | 0.65 | 0.44 | 4.57 | 0.48 | 0.38 |
| Hex | 8E | 39 | 32 | 0 | 3C | 41 | 2C | 5 | 30 | 26 |
| Octal | 216 | 71 | 62 | 0 | 74 | 101 | 54 | 5 | 60 | 46 |
| Binary | 10001110 | 111001 | 110010 | 0 | 111100 | 1000001 | 101100 | 101 | 110000 | 100110 |
Color Harmonies of #8E3932
Complementary color
Monochromatic Colors of #8E3932
Black with #8E3932
Text Example
Text Example
White with #8E3932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3932; }
p { color: rgb(142,57,50); }
H1.HeaderClassName
{
color: #8E3932;
}
.AnyTagClassName
{
color: #8E3932;
}
</style>
background-color css
<style>
a { background-color: #8E3932; }
a { background-color: rgb(142,57,50); }
div.DivClassName
{
background-color: #8E3932;
}
.BgClassName
{
background-color: #8E3932;
}
</style>
border-color css
<style>
span { border-color: #8E3932; }
span { border-color: rgb(142,57,50); }
td.TdClassName
{
border-color: #8E3932;
}
.TagClassName
{
border-color: #8E3932;
}
</style>