Shades of Thunderbird #8D352F
Tints of Thunderbird #8D352F
RGB
CMYK
RGB Variations
Color information
#8D352F (or 0x8D352F) is known color: Thunderbird. HEX triplet: 8D, 35 and 2F. RGB value is (141,53,47). Sum of RGB (Red+Green+Blue) = 141+53+47=241 (31% of max value = 765). Red value is 141 (55.47% from 255 or 58.51% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 141 - color contains mainly: red. Hex color #8D352F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D352F is #72CAD0. Grayscale: #4E4E4E. Windows color (decimal): -7523025 or 3093901. OLE color: 3093901.
HSL color Cylindrical-coordinate representation of color #8D352F: hue angle of 3.83º 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 #8D352F is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 53 | 47 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.45 |
| HSL | 3.83º | 0.5% | 0.37% | - |
| HSV(B) | 3.83º | 0.67% | 0.55% | - |
| XYZ | 12.77 | 8.41 | 3.64 | - |
| YUV | 78.63 | 110.15 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 53 | 47 | 0 | 0.62 | 0.67 | 0.45 | 3.83 | 0.5 | 0.37 |
| Hex | 8D | 35 | 2F | 0 | 3E | 43 | 2D | 4 | 32 | 25 |
| Octal | 215 | 65 | 57 | 0 | 76 | 103 | 55 | 4 | 62 | 45 |
| Binary | 10001101 | 110101 | 101111 | 0 | 111110 | 1000011 | 101101 | 100 | 110010 | 100101 |
Color Harmonies of #8D352F
Complementary color
Monochromatic Colors of #8D352F
Black with #8D352F
Text Example
Text Example
White with #8D352F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D352F; }
p { color: rgb(141,53,47); }
H1.HeaderClassName
{
color: #8D352F;
}
.AnyTagClassName
{
color: #8D352F;
}
</style>
background-color css
<style>
a { background-color: #8D352F; }
a { background-color: rgb(141,53,47); }
div.DivClassName
{
background-color: #8D352F;
}
.BgClassName
{
background-color: #8D352F;
}
</style>
border-color css
<style>
span { border-color: #8D352F; }
span { border-color: rgb(141,53,47); }
td.TdClassName
{
border-color: #8D352F;
}
.TagClassName
{
border-color: #8D352F;
}
</style>