Shades of Thunderbird #8F352E
Tints of Thunderbird #8F352E
RGB
CMYK
RGB Variations
Color information
#8F352E (or 0x8F352E) is known color: Thunderbird. HEX triplet: 8F, 35 and 2E. RGB value is (143,53,46). Sum of RGB (Red+Green+Blue) = 143+53+46=242 (32% of max value = 765). Red value is 143 (56.25% from 255 or 59.09% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 143 - color contains mainly: red. Hex color #8F352E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F352E is #70CAD1. Grayscale: #4F4F4F. Windows color (decimal): -7391954 or 3028367. OLE color: 3028367.
HSL color Cylindrical-coordinate representation of color #8F352E: hue angle of 4.33º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8F352E is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 53 | 46 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.44 |
| HSL | 4.33º | 0.51% | 0.37% | - |
| HSV(B) | 4.33º | 0.68% | 0.56% | - |
| XYZ | 13.09 | 8.58 | 3.55 | - |
| YUV | 79.11 | 109.32 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 53 | 46 | 0 | 0.63 | 0.68 | 0.44 | 4.33 | 0.51 | 0.37 |
| Hex | 8F | 35 | 2E | 0 | 3F | 44 | 2C | 4 | 33 | 25 |
| Octal | 217 | 65 | 56 | 0 | 77 | 104 | 54 | 4 | 63 | 45 |
| Binary | 10001111 | 110101 | 101110 | 0 | 111111 | 1000100 | 101100 | 100 | 110011 | 100101 |
Color Harmonies of #8F352E
Complementary color
Monochromatic Colors of #8F352E
Black with #8F352E
Text Example
Text Example
White with #8F352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F352E; }
p { color: rgb(143,53,46); }
H1.HeaderClassName
{
color: #8F352E;
}
.AnyTagClassName
{
color: #8F352E;
}
</style>
background-color css
<style>
a { background-color: #8F352E; }
a { background-color: rgb(143,53,46); }
div.DivClassName
{
background-color: #8F352E;
}
.BgClassName
{
background-color: #8F352E;
}
</style>
border-color css
<style>
span { border-color: #8F352E; }
span { border-color: rgb(143,53,46); }
td.TdClassName
{
border-color: #8F352E;
}
.TagClassName
{
border-color: #8F352E;
}
</style>