Shades of Thunderbird #8F3C35
Tints of Thunderbird #8F3C35
RGB
CMYK
RGB Variations
Color information
#8F3C35 (or 0x8F3C35) is known color: Thunderbird. HEX triplet: 8F, 3C and 35. RGB value is (143,60,53). Sum of RGB (Red+Green+Blue) = 143+60+53=256 (33% of max value = 765). Red value is 143 (56.25% from 255 or 55.86% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3C35 is #70C3CA. Grayscale: #545454. Windows color (decimal): -7390155 or 3488911. OLE color: 3488911.
HSL color Cylindrical-coordinate representation of color #8F3C35: hue angle of 4.67º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8F3C35 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 60 | 53 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.44 |
| HSL | 4.67º | 0.46% | 0.38% | - |
| HSV(B) | 4.67º | 0.63% | 0.56% | - |
| XYZ | 13.59 | 9.33 | 4.45 | - |
| YUV | 84.02 | 110.5 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 60 | 53 | 0 | 0.58 | 0.63 | 0.44 | 4.67 | 0.46 | 0.38 |
| Hex | 8F | 3C | 35 | 0 | 3A | 3F | 2C | 5 | 2E | 26 |
| Octal | 217 | 74 | 65 | 0 | 72 | 77 | 54 | 5 | 56 | 46 |
| Binary | 10001111 | 111100 | 110101 | 0 | 111010 | 111111 | 101100 | 101 | 101110 | 100110 |
Color Harmonies of #8F3C35
Complementary color
Monochromatic Colors of #8F3C35
Black with #8F3C35
Text Example
Text Example
White with #8F3C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3C35; }
p { color: rgb(143,60,53); }
H1.HeaderClassName
{
color: #8F3C35;
}
.AnyTagClassName
{
color: #8F3C35;
}
</style>
background-color css
<style>
a { background-color: #8F3C35; }
a { background-color: rgb(143,60,53); }
div.DivClassName
{
background-color: #8F3C35;
}
.BgClassName
{
background-color: #8F3C35;
}
</style>
border-color css
<style>
span { border-color: #8F3C35; }
span { border-color: rgb(143,60,53); }
td.TdClassName
{
border-color: #8F3C35;
}
.TagClassName
{
border-color: #8F3C35;
}
</style>