Shades of Fire #8D4223
Tints of Fire #8D4223
RGB
CMYK
RGB Variations
Color information
#8D4223 (or 0x8D4223) is known color: Fire. HEX triplet: 8D, 42 and 23. RGB value is (141,66,35). Sum of RGB (Red+Green+Blue) = 141+66+35=242 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.26% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 35 (14.06% from 255 or 14.46% from 242); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4223 is #72BDDC. Grayscale: #555555. Windows color (decimal): -7519709 or 2310797. OLE color: 2310797.
HSL color Cylindrical-coordinate representation of color #8D4223: hue angle of 17.55º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D4223 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 66 | 35 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.45 |
| HSL | 17.55º | 0.6% | 0.35% | - |
| HSV(B) | 17.55º | 0.75% | 0.55% | - |
| XYZ | 13.24 | 9.68 | 2.76 | - |
| YUV | 84.89 | 99.85 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 66 | 35 | 0 | 0.53 | 0.75 | 0.45 | 17.55 | 0.6 | 0.35 |
| Hex | 8D | 42 | 23 | 0 | 35 | 4B | 2D | 12 | 3C | 23 |
| Octal | 215 | 102 | 43 | 0 | 65 | 113 | 55 | 22 | 74 | 43 |
| Binary | 10001101 | 1000010 | 100011 | 0 | 110101 | 1001011 | 101101 | 10010 | 111100 | 100011 |
Color Harmonies of #8D4223
Complementary color
Monochromatic Colors of #8D4223
Black with #8D4223
Text Example
Text Example
White with #8D4223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4223; }
p { color: rgb(141,66,35); }
H1.HeaderClassName
{
color: #8D4223;
}
.AnyTagClassName
{
color: #8D4223;
}
</style>
background-color css
<style>
a { background-color: #8D4223; }
a { background-color: rgb(141,66,35); }
div.DivClassName
{
background-color: #8D4223;
}
.BgClassName
{
background-color: #8D4223;
}
</style>
border-color css
<style>
span { border-color: #8D4223; }
span { border-color: rgb(141,66,35); }
td.TdClassName
{
border-color: #8D4223;
}
.TagClassName
{
border-color: #8D4223;
}
</style>