Shades of Thunderbird #8E2F2D
Tints of Thunderbird #8E2F2D
RGB
CMYK
RGB Variations
Color information
#8E2F2D (or 0x8E2F2D) is known color: Thunderbird. HEX triplet: 8E, 2F and 2D. RGB value is (142,47,45). Sum of RGB (Red+Green+Blue) = 142+47+45=234 (30% of max value = 765). Red value is 142 (55.86% from 255 or 60.68% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2F2D is #71D0D2. Grayscale: #4B4B4B. Windows color (decimal): -7459027 or 2961294. OLE color: 2961294.
HSL color Cylindrical-coordinate representation of color #8E2F2D: hue angle of 1.24º 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 #8E2F2D is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 47 | 45 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.44 |
| HSL | 1.24º | 0.52% | 0.37% | - |
| HSV(B) | 1.24º | 0.68% | 0.56% | - |
| XYZ | 12.65 | 7.97 | 3.36 | - |
| YUV | 75.18 | 110.97 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 47 | 45 | 0 | 0.67 | 0.68 | 0.44 | 1.24 | 0.52 | 0.37 |
| Hex | 8E | 2F | 2D | 0 | 43 | 44 | 2C | 1 | 34 | 25 |
| Octal | 216 | 57 | 55 | 0 | 103 | 104 | 54 | 1 | 64 | 45 |
| Binary | 10001110 | 101111 | 101101 | 0 | 1000011 | 1000100 | 101100 | 1 | 110100 | 100101 |
Color Harmonies of #8E2F2D
Complementary color
Monochromatic Colors of #8E2F2D
Black with #8E2F2D
Text Example
Text Example
White with #8E2F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2F2D; }
p { color: rgb(142,47,45); }
H1.HeaderClassName
{
color: #8E2F2D;
}
.AnyTagClassName
{
color: #8E2F2D;
}
</style>
background-color css
<style>
a { background-color: #8E2F2D; }
a { background-color: rgb(142,47,45); }
div.DivClassName
{
background-color: #8E2F2D;
}
.BgClassName
{
background-color: #8E2F2D;
}
</style>
border-color css
<style>
span { border-color: #8E2F2D; }
span { border-color: rgb(142,47,45); }
td.TdClassName
{
border-color: #8E2F2D;
}
.TagClassName
{
border-color: #8E2F2D;
}
</style>