Shades of Thunderbird #8E3430
Tints of Thunderbird #8E3430
RGB
CMYK
RGB Variations
Color information
#8E3430 (or 0x8E3430) is known color: Thunderbird. HEX triplet: 8E, 34 and 30. RGB value is (142,52,48). Sum of RGB (Red+Green+Blue) = 142+52+48=242 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.68% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3430 is #71CBCF. Grayscale: #4E4E4E. Windows color (decimal): -7457744 or 3159182. OLE color: 3159182.
HSL color Cylindrical-coordinate representation of color #8E3430: hue angle of 2.55º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8E3430 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 52 | 48 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.44 |
| HSL | 2.55º | 0.49% | 0.37% | - |
| HSV(B) | 2.55º | 0.66% | 0.56% | - |
| XYZ | 12.92 | 8.42 | 3.74 | - |
| YUV | 78.45 | 110.82 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 52 | 48 | 0 | 0.63 | 0.66 | 0.44 | 2.55 | 0.49 | 0.37 |
| Hex | 8E | 34 | 30 | 0 | 3F | 42 | 2C | 3 | 31 | 25 |
| Octal | 216 | 64 | 60 | 0 | 77 | 102 | 54 | 3 | 61 | 45 |
| Binary | 10001110 | 110100 | 110000 | 0 | 111111 | 1000010 | 101100 | 11 | 110001 | 100101 |
Color Harmonies of #8E3430
Complementary color
Monochromatic Colors of #8E3430
Black with #8E3430
Text Example
Text Example
White with #8E3430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3430; }
p { color: rgb(142,52,48); }
H1.HeaderClassName
{
color: #8E3430;
}
.AnyTagClassName
{
color: #8E3430;
}
</style>
background-color css
<style>
a { background-color: #8E3430; }
a { background-color: rgb(142,52,48); }
div.DivClassName
{
background-color: #8E3430;
}
.BgClassName
{
background-color: #8E3430;
}
</style>
border-color css
<style>
span { border-color: #8E3430; }
span { border-color: rgb(142,52,48); }
td.TdClassName
{
border-color: #8E3430;
}
.TagClassName
{
border-color: #8E3430;
}
</style>