Shades of Fire #8F472E
Tints of Fire #8F472E
RGB
CMYK
RGB Variations
Color information
#8F472E (or 0x8F472E) is known color: Fire. HEX triplet: 8F, 47 and 2E. RGB value is (143,71,46). Sum of RGB (Red+Green+Blue) = 143+71+46=260 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 143 - color contains mainly: red. Hex color #8F472E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F472E is #70B8D1. Grayscale: #595959. Windows color (decimal): -7387346 or 3032975. OLE color: 3032975.
HSL color Cylindrical-coordinate representation of color #8F472E: hue angle of 15.46º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8F472E is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 71 | 46 | - |
| CMYK | 0 | 0.50 | 0.68 | 0.44 |
| HSL | 15.46º | 0.51% | 0.37% | - |
| HSV(B) | 15.46º | 0.68% | 0.56% | - |
| XYZ | 14.07 | 10.54 | 3.88 | - |
| YUV | 89.68 | 103.35 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 71 | 46 | 0 | 0.50 | 0.68 | 0.44 | 15.46 | 0.51 | 0.37 |
| Hex | 8F | 47 | 2E | 0 | 32 | 44 | 2C | F | 33 | 25 |
| Octal | 217 | 107 | 56 | 0 | 62 | 104 | 54 | 17 | 63 | 45 |
| Binary | 10001111 | 1000111 | 101110 | 0 | 110010 | 1000100 | 101100 | 1111 | 110011 | 100101 |
Color Harmonies of #8F472E
Complementary color
Monochromatic Colors of #8F472E
Black with #8F472E
Text Example
Text Example
White with #8F472E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F472E; }
p { color: rgb(143,71,46); }
H1.HeaderClassName
{
color: #8F472E;
}
.AnyTagClassName
{
color: #8F472E;
}
</style>
background-color css
<style>
a { background-color: #8F472E; }
a { background-color: rgb(143,71,46); }
div.DivClassName
{
background-color: #8F472E;
}
.BgClassName
{
background-color: #8F472E;
}
</style>
border-color css
<style>
span { border-color: #8F472E; }
span { border-color: rgb(143,71,46); }
td.TdClassName
{
border-color: #8F472E;
}
.TagClassName
{
border-color: #8F472E;
}
</style>