Shades of Fire #8D4123
Tints of Fire #8D4123
RGB
CMYK
RGB Variations
Color information
#8D4123 (or 0x8D4123) is known color: Fire. HEX triplet: 8D, 41 and 23. RGB value is (141,65,35). Sum of RGB (Red+Green+Blue) = 141+65+35=241 (31% of max value = 765). Red value is 141 (55.47% from 255 or 58.51% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 35 (14.06% from 255 or 14.52% from 241); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4123 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4123 is #72BEDC. Grayscale: #545454. Windows color (decimal): -7519965 or 2310541. OLE color: 2310541.
HSL color Cylindrical-coordinate representation of color #8D4123: hue angle of 16.98º 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 #8D4123 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 65 | 35 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.45 |
| HSL | 16.98º | 0.6% | 0.35% | - |
| HSV(B) | 16.98º | 0.75% | 0.55% | - |
| XYZ | 13.18 | 9.56 | 2.74 | - |
| YUV | 84.3 | 100.18 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 65 | 35 | 0 | 0.54 | 0.75 | 0.45 | 16.98 | 0.6 | 0.35 |
| Hex | 8D | 41 | 23 | 0 | 36 | 4B | 2D | 11 | 3C | 23 |
| Octal | 215 | 101 | 43 | 0 | 66 | 113 | 55 | 21 | 74 | 43 |
| Binary | 10001101 | 1000001 | 100011 | 0 | 110110 | 1001011 | 101101 | 10001 | 111100 | 100011 |
Color Harmonies of #8D4123
Complementary color
Monochromatic Colors of #8D4123
Black with #8D4123
Text Example
Text Example
White with #8D4123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4123; }
p { color: rgb(141,65,35); }
H1.HeaderClassName
{
color: #8D4123;
}
.AnyTagClassName
{
color: #8D4123;
}
</style>
background-color css
<style>
a { background-color: #8D4123; }
a { background-color: rgb(141,65,35); }
div.DivClassName
{
background-color: #8D4123;
}
.BgClassName
{
background-color: #8D4123;
}
</style>
border-color css
<style>
span { border-color: #8D4123; }
span { border-color: rgb(141,65,35); }
td.TdClassName
{
border-color: #8D4123;
}
.TagClassName
{
border-color: #8D4123;
}
</style>