Shades of Thunderbird #8F302C
Tints of Thunderbird #8F302C
RGB
CMYK
RGB Variations
Color information
#8F302C (or 0x8F302C) is known color: Thunderbird. HEX triplet: 8F, 30 and 2C. RGB value is (143,48,44). Sum of RGB (Red+Green+Blue) = 143+48+44=235 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.85% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 143 - color contains mainly: red. Hex color #8F302C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F302C is #70CFD3. Grayscale: #4C4C4C. Windows color (decimal): -7393236 or 2896015. OLE color: 2896015.
HSL color Cylindrical-coordinate representation of color #8F302C: hue angle of 2.42º 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 #8F302C is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 48 | 44 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.44 |
| HSL | 2.42º | 0.53% | 0.37% | - |
| HSV(B) | 2.42º | 0.69% | 0.56% | - |
| XYZ | 12.84 | 8.14 | 3.28 | - |
| YUV | 75.95 | 109.97 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 48 | 44 | 0 | 0.66 | 0.69 | 0.44 | 2.42 | 0.53 | 0.37 |
| Hex | 8F | 30 | 2C | 0 | 42 | 45 | 2C | 2 | 35 | 25 |
| Octal | 217 | 60 | 54 | 0 | 102 | 105 | 54 | 2 | 65 | 45 |
| Binary | 10001111 | 110000 | 101100 | 0 | 1000010 | 1000101 | 101100 | 10 | 110101 | 100101 |
Color Harmonies of #8F302C
Complementary color
Monochromatic Colors of #8F302C
Black with #8F302C
Text Example
Text Example
White with #8F302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F302C; }
p { color: rgb(143,48,44); }
H1.HeaderClassName
{
color: #8F302C;
}
.AnyTagClassName
{
color: #8F302C;
}
</style>
background-color css
<style>
a { background-color: #8F302C; }
a { background-color: rgb(143,48,44); }
div.DivClassName
{
background-color: #8F302C;
}
.BgClassName
{
background-color: #8F302C;
}
</style>
border-color css
<style>
span { border-color: #8F302C; }
span { border-color: rgb(143,48,44); }
td.TdClassName
{
border-color: #8F302C;
}
.TagClassName
{
border-color: #8F302C;
}
</style>