Shades of Thunderbird #8D332F
Tints of Thunderbird #8D332F
RGB
CMYK
RGB Variations
Color information
#8D332F (or 0x8D332F) is known color: Thunderbird. HEX triplet: 8D, 33 and 2F. RGB value is (141,51,47). Sum of RGB (Red+Green+Blue) = 141+51+47=239 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.00% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 141 - color contains mainly: red. Hex color #8D332F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D332F is #72CCD0. Grayscale: #4D4D4D. Windows color (decimal): -7523537 or 3093389. OLE color: 3093389.
HSL color Cylindrical-coordinate representation of color #8D332F: hue angle of 2.55º degrees, saturation: 0.5, 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 #8D332F is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 51 | 47 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.45 |
| HSL | 2.55º | 0.5% | 0.37% | - |
| HSV(B) | 2.55º | 0.67% | 0.55% | - |
| XYZ | 12.68 | 8.24 | 3.61 | - |
| YUV | 77.45 | 110.82 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 51 | 47 | 0 | 0.64 | 0.67 | 0.45 | 2.55 | 0.5 | 0.37 |
| Hex | 8D | 33 | 2F | 0 | 40 | 43 | 2D | 3 | 32 | 25 |
| Octal | 215 | 63 | 57 | 0 | 100 | 103 | 55 | 3 | 62 | 45 |
| Binary | 10001101 | 110011 | 101111 | 0 | 1000000 | 1000011 | 101101 | 11 | 110010 | 100101 |
Color Harmonies of #8D332F
Complementary color
Monochromatic Colors of #8D332F
Black with #8D332F
Text Example
Text Example
White with #8D332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D332F; }
p { color: rgb(141,51,47); }
H1.HeaderClassName
{
color: #8D332F;
}
.AnyTagClassName
{
color: #8D332F;
}
</style>
background-color css
<style>
a { background-color: #8D332F; }
a { background-color: rgb(141,51,47); }
div.DivClassName
{
background-color: #8D332F;
}
.BgClassName
{
background-color: #8D332F;
}
</style>
border-color css
<style>
span { border-color: #8D332F; }
span { border-color: rgb(141,51,47); }
td.TdClassName
{
border-color: #8D332F;
}
.TagClassName
{
border-color: #8D332F;
}
</style>