Shades of Thunderbird #8F312A
Tints of Thunderbird #8F312A
RGB
CMYK
RGB Variations
Color information
#8F312A (or 0x8F312A) is known color: Thunderbird. HEX triplet: 8F, 31 and 2A. RGB value is (143,49,42). Sum of RGB (Red+Green+Blue) = 143+49+42=234 (30% of max value = 765). Red value is 143 (56.25% from 255 or 61.11% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 143 - color contains mainly: red. Hex color #8F312A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F312A is #70CED5. Grayscale: #4C4C4C. Windows color (decimal): -7392982 or 2765199. OLE color: 2765199.
HSL color Cylindrical-coordinate representation of color #8F312A: hue angle of 4.16º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F312A is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 49 | 42 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.44 |
| HSL | 4.16º | 0.55% | 0.36% | - |
| HSV(B) | 4.16º | 0.71% | 0.56% | - |
| XYZ | 12.84 | 8.2 | 3.1 | - |
| YUV | 76.31 | 108.64 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 49 | 42 | 0 | 0.66 | 0.71 | 0.44 | 4.16 | 0.55 | 0.36 |
| Hex | 8F | 31 | 2A | 0 | 42 | 47 | 2C | 4 | 37 | 24 |
| Octal | 217 | 61 | 52 | 0 | 102 | 107 | 54 | 4 | 67 | 44 |
| Binary | 10001111 | 110001 | 101010 | 0 | 1000010 | 1000111 | 101100 | 100 | 110111 | 100100 |
Color Harmonies of #8F312A
Complementary color
Monochromatic Colors of #8F312A
Black with #8F312A
Text Example
Text Example
White with #8F312A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F312A; }
p { color: rgb(143,49,42); }
H1.HeaderClassName
{
color: #8F312A;
}
.AnyTagClassName
{
color: #8F312A;
}
</style>
background-color css
<style>
a { background-color: #8F312A; }
a { background-color: rgb(143,49,42); }
div.DivClassName
{
background-color: #8F312A;
}
.BgClassName
{
background-color: #8F312A;
}
</style>
border-color css
<style>
span { border-color: #8F312A; }
span { border-color: rgb(143,49,42); }
td.TdClassName
{
border-color: #8F312A;
}
.TagClassName
{
border-color: #8F312A;
}
</style>