Shades of Fire #8D412E
Tints of Fire #8D412E
RGB
CMYK
RGB Variations
Color information
#8D412E (or 0x8D412E) is known color: Fire. HEX triplet: 8D, 41 and 2E. RGB value is (141,65,46). Sum of RGB (Red+Green+Blue) = 141+65+46=252 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.95% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 46 (18.36% from 255 or 18.25% from 252); Max value from RGB is 141 - color contains mainly: red. Hex color #8D412E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D412E is #72BED1. Grayscale: #555555. Windows color (decimal): -7519954 or 3031437. OLE color: 3031437.
HSL color Cylindrical-coordinate representation of color #8D412E: hue angle of 12º 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 #8D412E is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 65 | 46 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.45 |
| HSL | 12º | 0.51% | 0.37% | - |
| HSV(B) | 12º | 0.67% | 0.55% | - |
| XYZ | 13.37 | 9.64 | 3.74 | - |
| YUV | 85.56 | 105.68 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 65 | 46 | 0 | 0.54 | 0.67 | 0.45 | 12 | 0.51 | 0.37 |
| Hex | 8D | 41 | 2E | 0 | 36 | 43 | 2D | C | 33 | 25 |
| Octal | 215 | 101 | 56 | 0 | 66 | 103 | 55 | 14 | 63 | 45 |
| Binary | 10001101 | 1000001 | 101110 | 0 | 110110 | 1000011 | 101101 | 1100 | 110011 | 100101 |
Color Harmonies of #8D412E
Complementary color
Monochromatic Colors of #8D412E
Black with #8D412E
Text Example
Text Example
White with #8D412E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D412E; }
p { color: rgb(141,65,46); }
H1.HeaderClassName
{
color: #8D412E;
}
.AnyTagClassName
{
color: #8D412E;
}
</style>
background-color css
<style>
a { background-color: #8D412E; }
a { background-color: rgb(141,65,46); }
div.DivClassName
{
background-color: #8D412E;
}
.BgClassName
{
background-color: #8D412E;
}
</style>
border-color css
<style>
span { border-color: #8D412E; }
span { border-color: rgb(141,65,46); }
td.TdClassName
{
border-color: #8D412E;
}
.TagClassName
{
border-color: #8D412E;
}
</style>