Shades of Thunderbird #8E3A38
Tints of Thunderbird #8E3A38
RGB
CMYK
RGB Variations
Color information
#8E3A38 (or 0x8E3A38) is known color: Thunderbird. HEX triplet: 8E, 3A and 38. RGB value is (142,58,56). Sum of RGB (Red+Green+Blue) = 142+58+56=256 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.47% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 56 (22.27% from 255 or 21.88% from 256); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3A38 is #71C5C7. Grayscale: #525252. Windows color (decimal): -7456200 or 3685006. OLE color: 3685006.
HSL color Cylindrical-coordinate representation of color #8E3A38: hue angle of 1.4º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8E3A38 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 58 | 56 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.44 |
| HSL | 1.4º | 0.43% | 0.39% | - |
| HSV(B) | 1.4º | 0.61% | 0.56% | - |
| XYZ | 13.38 | 9.06 | 4.79 | - |
| YUV | 82.89 | 112.83 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 58 | 56 | 0 | 0.59 | 0.61 | 0.44 | 1.4 | 0.43 | 0.39 |
| Hex | 8E | 3A | 38 | 0 | 3B | 3D | 2C | 1 | 2B | 27 |
| Octal | 216 | 72 | 70 | 0 | 73 | 75 | 54 | 1 | 53 | 47 |
| Binary | 10001110 | 111010 | 111000 | 0 | 111011 | 111101 | 101100 | 1 | 101011 | 100111 |
Color Harmonies of #8E3A38
Complementary color
Monochromatic Colors of #8E3A38
Black with #8E3A38
Text Example
Text Example
White with #8E3A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3A38; }
p { color: rgb(142,58,56); }
H1.HeaderClassName
{
color: #8E3A38;
}
.AnyTagClassName
{
color: #8E3A38;
}
</style>
background-color css
<style>
a { background-color: #8E3A38; }
a { background-color: rgb(142,58,56); }
div.DivClassName
{
background-color: #8E3A38;
}
.BgClassName
{
background-color: #8E3A38;
}
</style>
border-color css
<style>
span { border-color: #8E3A38; }
span { border-color: rgb(142,58,56); }
td.TdClassName
{
border-color: #8E3A38;
}
.TagClassName
{
border-color: #8E3A38;
}
</style>