Shades of Fire #8D4421
Tints of Fire #8D4421
RGB
CMYK
RGB Variations
Color information
#8D4421 (or 0x8D4421) is known color: Fire. HEX triplet: 8D, 44 and 21. RGB value is (141,68,33). Sum of RGB (Red+Green+Blue) = 141+68+33=242 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.26% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4421 is #72BBDE. Grayscale: #565656. Windows color (decimal): -7519199 or 2180237. OLE color: 2180237.
HSL color Cylindrical-coordinate representation of color #8D4421: hue angle of 19.44º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D4421 is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 68 | 33 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.45 |
| HSL | 19.44º | 0.62% | 0.34% | - |
| HSV(B) | 19.44º | 0.77% | 0.55% | - |
| XYZ | 13.33 | 9.91 | 2.65 | - |
| YUV | 85.84 | 98.18 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 68 | 33 | 0 | 0.52 | 0.77 | 0.45 | 19.44 | 0.62 | 0.34 |
| Hex | 8D | 44 | 21 | 0 | 34 | 4D | 2D | 13 | 3E | 22 |
| Octal | 215 | 104 | 41 | 0 | 64 | 115 | 55 | 23 | 76 | 42 |
| Binary | 10001101 | 1000100 | 100001 | 0 | 110100 | 1001101 | 101101 | 10011 | 111110 | 100010 |
Color Harmonies of #8D4421
Complementary color
Monochromatic Colors of #8D4421
Black with #8D4421
Text Example
Text Example
White with #8D4421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4421; }
p { color: rgb(141,68,33); }
H1.HeaderClassName
{
color: #8D4421;
}
.AnyTagClassName
{
color: #8D4421;
}
</style>
background-color css
<style>
a { background-color: #8D4421; }
a { background-color: rgb(141,68,33); }
div.DivClassName
{
background-color: #8D4421;
}
.BgClassName
{
background-color: #8D4421;
}
</style>
border-color css
<style>
span { border-color: #8D4421; }
span { border-color: rgb(141,68,33); }
td.TdClassName
{
border-color: #8D4421;
}
.TagClassName
{
border-color: #8D4421;
}
</style>