Shades of Thunderbird #8D3532
Tints of Thunderbird #8D3532
RGB
CMYK
RGB Variations
Color information
#8D3532 (or 0x8D3532) is known color: Thunderbird. HEX triplet: 8D, 35 and 32. RGB value is (141,53,50). Sum of RGB (Red+Green+Blue) = 141+53+50=244 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.79% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3532 is #72CACD. Grayscale: #4F4F4F. Windows color (decimal): -7523022 or 3290509. OLE color: 3290509.
HSL color Cylindrical-coordinate representation of color #8D3532: hue angle of 1.98º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D3532 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 53 | 50 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.45 |
| HSL | 1.98º | 0.48% | 0.37% | - |
| HSV(B) | 1.98º | 0.65% | 0.55% | - |
| XYZ | 12.83 | 8.44 | 3.97 | - |
| YUV | 78.97 | 111.65 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 53 | 50 | 0 | 0.62 | 0.65 | 0.45 | 1.98 | 0.48 | 0.37 |
| Hex | 8D | 35 | 32 | 0 | 3E | 41 | 2D | 2 | 30 | 25 |
| Octal | 215 | 65 | 62 | 0 | 76 | 101 | 55 | 2 | 60 | 45 |
| Binary | 10001101 | 110101 | 110010 | 0 | 111110 | 1000001 | 101101 | 10 | 110000 | 100101 |
Color Harmonies of #8D3532
Complementary color
Monochromatic Colors of #8D3532
Black with #8D3532
Text Example
Text Example
White with #8D3532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3532; }
p { color: rgb(141,53,50); }
H1.HeaderClassName
{
color: #8D3532;
}
.AnyTagClassName
{
color: #8D3532;
}
</style>
background-color css
<style>
a { background-color: #8D3532; }
a { background-color: rgb(141,53,50); }
div.DivClassName
{
background-color: #8D3532;
}
.BgClassName
{
background-color: #8D3532;
}
</style>
border-color css
<style>
span { border-color: #8D3532; }
span { border-color: rgb(141,53,50); }
td.TdClassName
{
border-color: #8D3532;
}
.TagClassName
{
border-color: #8D3532;
}
</style>