Shades of Thunderbird #8D322F
Tints of Thunderbird #8D322F
RGB
CMYK
RGB Variations
Color information
#8D322F (or 0x8D322F) is known color: Thunderbird. HEX triplet: 8D, 32 and 2F. RGB value is (141,50,47). Sum of RGB (Red+Green+Blue) = 141+50+47=238 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.24% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 141 - color contains mainly: red. Hex color #8D322F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D322F is #72CDD0. Grayscale: #4C4C4C. Windows color (decimal): -7523793 or 3093133. OLE color: 3093133.
HSL color Cylindrical-coordinate representation of color #8D322F: hue angle of 1.91º 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 #8D322F is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 50 | 47 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.45 |
| HSL | 1.91º | 0.5% | 0.37% | - |
| HSV(B) | 1.91º | 0.67% | 0.55% | - |
| XYZ | 12.64 | 8.15 | 3.6 | - |
| YUV | 76.87 | 111.15 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 50 | 47 | 0 | 0.65 | 0.67 | 0.45 | 1.91 | 0.5 | 0.37 |
| Hex | 8D | 32 | 2F | 0 | 41 | 43 | 2D | 2 | 32 | 25 |
| Octal | 215 | 62 | 57 | 0 | 101 | 103 | 55 | 2 | 62 | 45 |
| Binary | 10001101 | 110010 | 101111 | 0 | 1000001 | 1000011 | 101101 | 10 | 110010 | 100101 |
Color Harmonies of #8D322F
Complementary color
Monochromatic Colors of #8D322F
Black with #8D322F
Text Example
Text Example
White with #8D322F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D322F; }
p { color: rgb(141,50,47); }
H1.HeaderClassName
{
color: #8D322F;
}
.AnyTagClassName
{
color: #8D322F;
}
</style>
background-color css
<style>
a { background-color: #8D322F; }
a { background-color: rgb(141,50,47); }
div.DivClassName
{
background-color: #8D322F;
}
.BgClassName
{
background-color: #8D322F;
}
</style>
border-color css
<style>
span { border-color: #8D322F; }
span { border-color: rgb(141,50,47); }
td.TdClassName
{
border-color: #8D322F;
}
.TagClassName
{
border-color: #8D322F;
}
</style>