Shades of Thunderbird #8F352D
Tints of Thunderbird #8F352D
RGB
CMYK
RGB Variations
Color information
#8F352D (or 0x8F352D) is known color: Thunderbird. HEX triplet: 8F, 35 and 2D. RGB value is (143,53,45). Sum of RGB (Red+Green+Blue) = 143+53+45=241 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.34% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 143 - color contains mainly: red. Hex color #8F352D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F352D is #70CAD2. Grayscale: #4F4F4F. Windows color (decimal): -7391955 or 2962831. OLE color: 2962831.
HSL color Cylindrical-coordinate representation of color #8F352D: hue angle of 4.9º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F352D is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 53 | 45 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.44 |
| HSL | 4.9º | 0.52% | 0.37% | - |
| HSV(B) | 4.9º | 0.69% | 0.56% | - |
| XYZ | 13.07 | 8.58 | 3.45 | - |
| YUV | 79 | 108.82 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 53 | 45 | 0 | 0.63 | 0.69 | 0.44 | 4.9 | 0.52 | 0.37 |
| Hex | 8F | 35 | 2D | 0 | 3F | 45 | 2C | 5 | 34 | 25 |
| Octal | 217 | 65 | 55 | 0 | 77 | 105 | 54 | 5 | 64 | 45 |
| Binary | 10001111 | 110101 | 101101 | 0 | 111111 | 1000101 | 101100 | 101 | 110100 | 100101 |
Color Harmonies of #8F352D
Complementary color
Monochromatic Colors of #8F352D
Black with #8F352D
Text Example
Text Example
White with #8F352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F352D; }
p { color: rgb(143,53,45); }
H1.HeaderClassName
{
color: #8F352D;
}
.AnyTagClassName
{
color: #8F352D;
}
</style>
background-color css
<style>
a { background-color: #8F352D; }
a { background-color: rgb(143,53,45); }
div.DivClassName
{
background-color: #8F352D;
}
.BgClassName
{
background-color: #8F352D;
}
</style>
border-color css
<style>
span { border-color: #8F352D; }
span { border-color: rgb(143,53,45); }
td.TdClassName
{
border-color: #8F352D;
}
.TagClassName
{
border-color: #8F352D;
}
</style>