Shades of Thunderbird #8E2D2D
Tints of Thunderbird #8E2D2D
RGB
CMYK
RGB Variations
Color information
#8E2D2D (or 0x8E2D2D) is known color: Thunderbird. HEX triplet: 8E, 2D and 2D. RGB value is (142,45,45). Sum of RGB (Red+Green+Blue) = 142+45+45=232 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.21% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2D2D is #71D2D2. Grayscale: #4A4A4A. Windows color (decimal): -7459539 or 2960782. OLE color: 2960782.
HSL color Cylindrical-coordinate representation of color #8E2D2D: hue angle of 0º 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 #8E2D2D is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 45 | 45 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.44 |
| HSL | 0º | 0.52% | 0.37% | - |
| HSV(B) | 0º | 0.68% | 0.56% | - |
| XYZ | 12.57 | 7.82 | 3.33 | - |
| YUV | 74 | 111.64 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 45 | 45 | 0 | 0.68 | 0.68 | 0.44 | 0 | 0.52 | 0.37 |
| Hex | 8E | 2D | 2D | 0 | 44 | 44 | 2C | 0 | 34 | 25 |
| Octal | 216 | 55 | 55 | 0 | 104 | 104 | 54 | 0 | 64 | 45 |
| Binary | 10001110 | 101101 | 101101 | 0 | 1000100 | 1000100 | 101100 | 0 | 110100 | 100101 |
Color Harmonies of #8E2D2D
Complementary color
Monochromatic Colors of #8E2D2D
Black with #8E2D2D
Text Example
Text Example
White with #8E2D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2D2D; }
p { color: rgb(142,45,45); }
H1.HeaderClassName
{
color: #8E2D2D;
}
.AnyTagClassName
{
color: #8E2D2D;
}
</style>
background-color css
<style>
a { background-color: #8E2D2D; }
a { background-color: rgb(142,45,45); }
div.DivClassName
{
background-color: #8E2D2D;
}
.BgClassName
{
background-color: #8E2D2D;
}
</style>
border-color css
<style>
span { border-color: #8E2D2D; }
span { border-color: rgb(142,45,45); }
td.TdClassName
{
border-color: #8E2D2D;
}
.TagClassName
{
border-color: #8E2D2D;
}
</style>