Shades of Fire #8D4430
Tints of Fire #8D4430
RGB
CMYK
RGB Variations
Color information
#8D4430 (or 0x8D4430) is known color: Fire. HEX triplet: 8D, 44 and 30. RGB value is (141,68,48). Sum of RGB (Red+Green+Blue) = 141+68+48=257 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.86% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4430 is #72BBCF. Grayscale: #575757. Windows color (decimal): -7519184 or 3163277. OLE color: 3163277.
HSL color Cylindrical-coordinate representation of color #8D4430: hue angle of 12.9º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8D4430 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 68 | 48 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.45 |
| HSL | 12.9º | 0.49% | 0.37% | - |
| HSV(B) | 12.9º | 0.66% | 0.55% | - |
| XYZ | 13.59 | 10.01 | 4.01 | - |
| YUV | 87.55 | 105.68 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 68 | 48 | 0 | 0.52 | 0.66 | 0.45 | 12.9 | 0.49 | 0.37 |
| Hex | 8D | 44 | 30 | 0 | 34 | 42 | 2D | D | 31 | 25 |
| Octal | 215 | 104 | 60 | 0 | 64 | 102 | 55 | 15 | 61 | 45 |
| Binary | 10001101 | 1000100 | 110000 | 0 | 110100 | 1000010 | 101101 | 1101 | 110001 | 100101 |
Color Harmonies of #8D4430
Complementary color
Monochromatic Colors of #8D4430
Black with #8D4430
Text Example
Text Example
White with #8D4430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4430; }
p { color: rgb(141,68,48); }
H1.HeaderClassName
{
color: #8D4430;
}
.AnyTagClassName
{
color: #8D4430;
}
</style>
background-color css
<style>
a { background-color: #8D4430; }
a { background-color: rgb(141,68,48); }
div.DivClassName
{
background-color: #8D4430;
}
.BgClassName
{
background-color: #8D4430;
}
</style>
border-color css
<style>
span { border-color: #8D4430; }
span { border-color: rgb(141,68,48); }
td.TdClassName
{
border-color: #8D4430;
}
.TagClassName
{
border-color: #8D4430;
}
</style>