Shades of Fire #8D412F
Tints of Fire #8D412F
RGB
CMYK
RGB Variations
Color information
#8D412F (or 0x8D412F) is known color: Fire. HEX triplet: 8D, 41 and 2F. RGB value is (141,65,47). Sum of RGB (Red+Green+Blue) = 141+65+47=253 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.73% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 141 - color contains mainly: red. Hex color #8D412F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D412F is #72BED0. Grayscale: #555555. Windows color (decimal): -7519953 or 3096973. OLE color: 3096973.
HSL color Cylindrical-coordinate representation of color #8D412F: hue angle of 11.49º degrees, saturation: 0.5, 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 #8D412F is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 65 | 47 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.45 |
| HSL | 11.49º | 0.5% | 0.37% | - |
| HSV(B) | 11.49º | 0.67% | 0.55% | - |
| XYZ | 13.39 | 9.65 | 3.85 | - |
| YUV | 85.67 | 106.18 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 65 | 47 | 0 | 0.54 | 0.67 | 0.45 | 11.49 | 0.5 | 0.37 |
| Hex | 8D | 41 | 2F | 0 | 36 | 43 | 2D | B | 32 | 25 |
| Octal | 215 | 101 | 57 | 0 | 66 | 103 | 55 | 13 | 62 | 45 |
| Binary | 10001101 | 1000001 | 101111 | 0 | 110110 | 1000011 | 101101 | 1011 | 110010 | 100101 |
Color Harmonies of #8D412F
Complementary color
Monochromatic Colors of #8D412F
Black with #8D412F
Text Example
Text Example
White with #8D412F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D412F; }
p { color: rgb(141,65,47); }
H1.HeaderClassName
{
color: #8D412F;
}
.AnyTagClassName
{
color: #8D412F;
}
</style>
background-color css
<style>
a { background-color: #8D412F; }
a { background-color: rgb(141,65,47); }
div.DivClassName
{
background-color: #8D412F;
}
.BgClassName
{
background-color: #8D412F;
}
</style>
border-color css
<style>
span { border-color: #8D412F; }
span { border-color: rgb(141,65,47); }
td.TdClassName
{
border-color: #8D412F;
}
.TagClassName
{
border-color: #8D412F;
}
</style>