Shades of Thunderbird #8F352C
Tints of Thunderbird #8F352C
RGB
CMYK
RGB Variations
Color information
#8F352C (or 0x8F352C) is known color: Thunderbird. HEX triplet: 8F, 35 and 2C. RGB value is (143,53,44). Sum of RGB (Red+Green+Blue) = 143+53+44=240 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.58% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 143 - color contains mainly: red. Hex color #8F352C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F352C is #70CAD3. Grayscale: #4F4F4F. Windows color (decimal): -7391956 or 2897295. OLE color: 2897295.
HSL color Cylindrical-coordinate representation of color #8F352C: hue angle of 5.45º degrees, saturation: 0.53, 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 #8F352C is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 53 | 44 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.44 |
| HSL | 5.45º | 0.53% | 0.37% | - |
| HSV(B) | 5.45º | 0.69% | 0.56% | - |
| XYZ | 13.06 | 8.57 | 3.35 | - |
| YUV | 78.88 | 108.32 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 53 | 44 | 0 | 0.63 | 0.69 | 0.44 | 5.45 | 0.53 | 0.37 |
| Hex | 8F | 35 | 2C | 0 | 3F | 45 | 2C | 5 | 35 | 25 |
| Octal | 217 | 65 | 54 | 0 | 77 | 105 | 54 | 5 | 65 | 45 |
| Binary | 10001111 | 110101 | 101100 | 0 | 111111 | 1000101 | 101100 | 101 | 110101 | 100101 |
Color Harmonies of #8F352C
Complementary color
Monochromatic Colors of #8F352C
Black with #8F352C
Text Example
Text Example
White with #8F352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F352C; }
p { color: rgb(143,53,44); }
H1.HeaderClassName
{
color: #8F352C;
}
.AnyTagClassName
{
color: #8F352C;
}
</style>
background-color css
<style>
a { background-color: #8F352C; }
a { background-color: rgb(143,53,44); }
div.DivClassName
{
background-color: #8F352C;
}
.BgClassName
{
background-color: #8F352C;
}
</style>
border-color css
<style>
span { border-color: #8F352C; }
span { border-color: rgb(143,53,44); }
td.TdClassName
{
border-color: #8F352C;
}
.TagClassName
{
border-color: #8F352C;
}
</style>