Shades of Fire #844124
Tints of Fire #844124
RGB
CMYK
RGB Variations
Color information
#844124 (or 0x844124) is known color: Fire. HEX triplet: 84, 41 and 24. RGB value is (132,65,36). Sum of RGB (Red+Green+Blue) = 132+65+36=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 36 (14.45% from 255 or 15.45% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #844124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844124 is #7BBEDB. Grayscale: #515151. Windows color (decimal): -8109788 or 2376068. OLE color: 2376068.
HSL color Cylindrical-coordinate representation of color #844124: hue angle of 18.12º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #844124 is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 65 | 36 | - |
| CMYK | 0 | 0.51 | 0.73 | 0.48 |
| HSL | 18.13º | 0.57% | 0.33% | - |
| HSV(B) | 18.13º | 0.73% | 0.52% | - |
| XYZ | 11.72 | 8.81 | 2.75 | - |
| YUV | 81.73 | 102.2 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 65 | 36 | 0 | 0.51 | 0.73 | 0.48 | 18.13 | 0.57 | 0.33 |
| Hex | 84 | 41 | 24 | 0 | 33 | 49 | 30 | 12 | 39 | 21 |
| Octal | 204 | 101 | 44 | 0 | 63 | 111 | 60 | 22 | 71 | 41 |
| Binary | 10000100 | 1000001 | 100100 | 0 | 110011 | 1001001 | 110000 | 10010 | 111001 | 100001 |
Color Harmonies of #844124
Complementary color
Monochromatic Colors of #844124
Black with #844124
Text Example
Text Example
White with #844124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844124; }
p { color: rgb(132,65,36); }
H1.HeaderClassName
{
color: #844124;
}
.AnyTagClassName
{
color: #844124;
}
</style>
background-color css
<style>
a { background-color: #844124; }
a { background-color: rgb(132,65,36); }
div.DivClassName
{
background-color: #844124;
}
.BgClassName
{
background-color: #844124;
}
</style>
border-color css
<style>
span { border-color: #844124; }
span { border-color: rgb(132,65,36); }
td.TdClassName
{
border-color: #844124;
}
.TagClassName
{
border-color: #844124;
}
</style>