Shades of Thunderbird #8D362E
Tints of Thunderbird #8D362E
RGB
CMYK
RGB Variations
Color information
#8D362E (or 0x8D362E) is known color: Thunderbird. HEX triplet: 8D, 36 and 2E. RGB value is (141,54,46). Sum of RGB (Red+Green+Blue) = 141+54+46=241 (31% of max value = 765). Red value is 141 (55.47% from 255 or 58.51% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 141 - color contains mainly: red. Hex color #8D362E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D362E is #72C9D1. Grayscale: #4F4F4F. Windows color (decimal): -7522770 or 3028621. OLE color: 3028621.
HSL color Cylindrical-coordinate representation of color #8D362E: hue angle of 5.05º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D362E is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 54 | 46 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.45 |
| HSL | 5.05º | 0.51% | 0.37% | - |
| HSV(B) | 5.05º | 0.67% | 0.55% | - |
| XYZ | 12.8 | 8.5 | 3.55 | - |
| YUV | 79.1 | 109.32 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 54 | 46 | 0 | 0.62 | 0.67 | 0.45 | 5.05 | 0.51 | 0.37 |
| Hex | 8D | 36 | 2E | 0 | 3E | 43 | 2D | 5 | 33 | 25 |
| Octal | 215 | 66 | 56 | 0 | 76 | 103 | 55 | 5 | 63 | 45 |
| Binary | 10001101 | 110110 | 101110 | 0 | 111110 | 1000011 | 101101 | 101 | 110011 | 100101 |
Color Harmonies of #8D362E
Complementary color
Monochromatic Colors of #8D362E
Black with #8D362E
Text Example
Text Example
White with #8D362E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D362E; }
p { color: rgb(141,54,46); }
H1.HeaderClassName
{
color: #8D362E;
}
.AnyTagClassName
{
color: #8D362E;
}
</style>
background-color css
<style>
a { background-color: #8D362E; }
a { background-color: rgb(141,54,46); }
div.DivClassName
{
background-color: #8D362E;
}
.BgClassName
{
background-color: #8D362E;
}
</style>
border-color css
<style>
span { border-color: #8D362E; }
span { border-color: rgb(141,54,46); }
td.TdClassName
{
border-color: #8D362E;
}
.TagClassName
{
border-color: #8D362E;
}
</style>