Shades of Thunderbird #8F312F
Tints of Thunderbird #8F312F
RGB
CMYK
RGB Variations
Color information
#8F312F (or 0x8F312F) is known color: Thunderbird. HEX triplet: 8F, 31 and 2F. RGB value is (143,49,47). Sum of RGB (Red+Green+Blue) = 143+49+47=239 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.83% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 143 - color contains mainly: red. Hex color #8F312F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F312F is #70CED0. Grayscale: #4C4C4C. Windows color (decimal): -7392977 or 3092879. OLE color: 3092879.
HSL color Cylindrical-coordinate representation of color #8F312F: hue angle of 1.25º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F312F is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 49 | 47 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.44 |
| HSL | 1.25º | 0.51% | 0.37% | - |
| HSV(B) | 1.25º | 0.67% | 0.56% | - |
| XYZ | 12.94 | 8.24 | 3.6 | - |
| YUV | 76.88 | 111.14 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 49 | 47 | 0 | 0.66 | 0.67 | 0.44 | 1.25 | 0.51 | 0.37 |
| Hex | 8F | 31 | 2F | 0 | 42 | 43 | 2C | 1 | 33 | 25 |
| Octal | 217 | 61 | 57 | 0 | 102 | 103 | 54 | 1 | 63 | 45 |
| Binary | 10001111 | 110001 | 101111 | 0 | 1000010 | 1000011 | 101100 | 1 | 110011 | 100101 |
Color Harmonies of #8F312F
Complementary color
Monochromatic Colors of #8F312F
Black with #8F312F
Text Example
Text Example
White with #8F312F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F312F; }
p { color: rgb(143,49,47); }
H1.HeaderClassName
{
color: #8F312F;
}
.AnyTagClassName
{
color: #8F312F;
}
</style>
background-color css
<style>
a { background-color: #8F312F; }
a { background-color: rgb(143,49,47); }
div.DivClassName
{
background-color: #8F312F;
}
.BgClassName
{
background-color: #8F312F;
}
</style>
border-color css
<style>
span { border-color: #8F312F; }
span { border-color: rgb(143,49,47); }
td.TdClassName
{
border-color: #8F312F;
}
.TagClassName
{
border-color: #8F312F;
}
</style>