Shades of Thunderbird #8F3A31
Tints of Thunderbird #8F3A31
RGB
CMYK
RGB Variations
Color information
#8F3A31 (or 0x8F3A31) is known color: Thunderbird. HEX triplet: 8F, 3A and 31. RGB value is (143,58,49). Sum of RGB (Red+Green+Blue) = 143+58+49=250 (33% of max value = 765). Red value is 143 (56.25% from 255 or 57.2% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3A31 is #70C5CE. Grayscale: #525252. Windows color (decimal): -7390671 or 3226255. OLE color: 3226255.
HSL color Cylindrical-coordinate representation of color #8F3A31: hue angle of 5.74º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F3A31 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 58 | 49 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.44 |
| HSL | 5.74º | 0.49% | 0.38% | - |
| HSV(B) | 5.74º | 0.66% | 0.56% | - |
| XYZ | 13.4 | 9.09 | 3.95 | - |
| YUV | 82.39 | 109.16 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 58 | 49 | 0 | 0.59 | 0.66 | 0.44 | 5.74 | 0.49 | 0.38 |
| Hex | 8F | 3A | 31 | 0 | 3B | 42 | 2C | 6 | 31 | 26 |
| Octal | 217 | 72 | 61 | 0 | 73 | 102 | 54 | 6 | 61 | 46 |
| Binary | 10001111 | 111010 | 110001 | 0 | 111011 | 1000010 | 101100 | 110 | 110001 | 100110 |
Color Harmonies of #8F3A31
Complementary color
Monochromatic Colors of #8F3A31
Black with #8F3A31
Text Example
Text Example
White with #8F3A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3A31; }
p { color: rgb(143,58,49); }
H1.HeaderClassName
{
color: #8F3A31;
}
.AnyTagClassName
{
color: #8F3A31;
}
</style>
background-color css
<style>
a { background-color: #8F3A31; }
a { background-color: rgb(143,58,49); }
div.DivClassName
{
background-color: #8F3A31;
}
.BgClassName
{
background-color: #8F3A31;
}
</style>
border-color css
<style>
span { border-color: #8F3A31; }
span { border-color: rgb(143,58,49); }
td.TdClassName
{
border-color: #8F3A31;
}
.TagClassName
{
border-color: #8F3A31;
}
</style>