Shades of Fire #8D472E
Tints of Fire #8D472E
RGB
CMYK
RGB Variations
Color information
#8D472E (or 0x8D472E) is known color: Fire. HEX triplet: 8D, 47 and 2E. RGB value is (141,71,46). Sum of RGB (Red+Green+Blue) = 141+71+46=258 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.65% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 141 - color contains mainly: red. Hex color #8D472E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D472E is #72B8D1. Grayscale: #595959. Windows color (decimal): -7518418 or 3032973. OLE color: 3032973.
HSL color Cylindrical-coordinate representation of color #8D472E: hue angle of 15.79º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D472E is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 71 | 46 | - |
| CMYK | 0 | 0.50 | 0.67 | 0.45 |
| HSL | 15.79º | 0.51% | 0.37% | - |
| HSV(B) | 15.79º | 0.67% | 0.55% | - |
| XYZ | 13.73 | 10.37 | 3.86 | - |
| YUV | 89.08 | 103.69 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 71 | 46 | 0 | 0.50 | 0.67 | 0.45 | 15.79 | 0.51 | 0.37 |
| Hex | 8D | 47 | 2E | 0 | 32 | 43 | 2D | 10 | 33 | 25 |
| Octal | 215 | 107 | 56 | 0 | 62 | 103 | 55 | 20 | 63 | 45 |
| Binary | 10001101 | 1000111 | 101110 | 0 | 110010 | 1000011 | 101101 | 10000 | 110011 | 100101 |
Color Harmonies of #8D472E
Complementary color
Monochromatic Colors of #8D472E
Black with #8D472E
Text Example
Text Example
White with #8D472E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D472E; }
p { color: rgb(141,71,46); }
H1.HeaderClassName
{
color: #8D472E;
}
.AnyTagClassName
{
color: #8D472E;
}
</style>
background-color css
<style>
a { background-color: #8D472E; }
a { background-color: rgb(141,71,46); }
div.DivClassName
{
background-color: #8D472E;
}
.BgClassName
{
background-color: #8D472E;
}
</style>
border-color css
<style>
span { border-color: #8D472E; }
span { border-color: rgb(141,71,46); }
td.TdClassName
{
border-color: #8D472E;
}
.TagClassName
{
border-color: #8D472E;
}
</style>