Shades of Fire #8D4128
Tints of Fire #8D4128
RGB
CMYK
RGB Variations
Color information
#8D4128 (or 0x8D4128) is known color: Fire. HEX triplet: 8D, 41 and 28. RGB value is (141,65,40). Sum of RGB (Red+Green+Blue) = 141+65+40=246 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.32% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4128 is #72BED7. Grayscale: #555555. Windows color (decimal): -7519960 or 2638221. OLE color: 2638221.
HSL color Cylindrical-coordinate representation of color #8D4128: hue angle of 14.85º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D4128 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 65 | 40 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.45 |
| HSL | 14.85º | 0.56% | 0.35% | - |
| HSV(B) | 14.85º | 0.72% | 0.55% | - |
| XYZ | 13.26 | 9.6 | 3.16 | - |
| YUV | 84.87 | 102.68 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 65 | 40 | 0 | 0.54 | 0.72 | 0.45 | 14.85 | 0.56 | 0.35 |
| Hex | 8D | 41 | 28 | 0 | 36 | 48 | 2D | F | 38 | 23 |
| Octal | 215 | 101 | 50 | 0 | 66 | 110 | 55 | 17 | 70 | 43 |
| Binary | 10001101 | 1000001 | 101000 | 0 | 110110 | 1001000 | 101101 | 1111 | 111000 | 100011 |
Color Harmonies of #8D4128
Complementary color
Monochromatic Colors of #8D4128
Black with #8D4128
Text Example
Text Example
White with #8D4128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4128; }
p { color: rgb(141,65,40); }
H1.HeaderClassName
{
color: #8D4128;
}
.AnyTagClassName
{
color: #8D4128;
}
</style>
background-color css
<style>
a { background-color: #8D4128; }
a { background-color: rgb(141,65,40); }
div.DivClassName
{
background-color: #8D4128;
}
.BgClassName
{
background-color: #8D4128;
}
</style>
border-color css
<style>
span { border-color: #8D4128; }
span { border-color: rgb(141,65,40); }
td.TdClassName
{
border-color: #8D4128;
}
.TagClassName
{
border-color: #8D4128;
}
</style>