Shades of Fire #844127
Tints of Fire #844127
RGB
CMYK
RGB Variations
Color information
#844127 (or 0x844127) is known color: Fire. HEX triplet: 84, 41 and 27. RGB value is (132,65,39). Sum of RGB (Red+Green+Blue) = 132+65+39=236 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.93% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 39 (15.62% from 255 or 16.53% from 236); Max value from RGB is 132 - color contains mainly: red. Hex color #844127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844127 is #7BBED8. Grayscale: #525252. Windows color (decimal): -8109785 or 2572676. OLE color: 2572676.
HSL color Cylindrical-coordinate representation of color #844127: hue angle of 16.77º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #844127 is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 65 | 39 | - |
| CMYK | 0 | 0.51 | 0.70 | 0.48 |
| HSL | 16.77º | 0.54% | 0.34% | - |
| HSV(B) | 16.77º | 0.7% | 0.52% | - |
| XYZ | 11.77 | 8.83 | 3 | - |
| YUV | 82.07 | 103.7 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 65 | 39 | 0 | 0.51 | 0.70 | 0.48 | 16.77 | 0.54 | 0.34 |
| Hex | 84 | 41 | 27 | 0 | 33 | 46 | 30 | 11 | 36 | 22 |
| Octal | 204 | 101 | 47 | 0 | 63 | 106 | 60 | 21 | 66 | 42 |
| Binary | 10000100 | 1000001 | 100111 | 0 | 110011 | 1000110 | 110000 | 10001 | 110110 | 100010 |
Color Harmonies of #844127
Complementary color
Monochromatic Colors of #844127
Black with #844127
Text Example
Text Example
White with #844127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844127; }
p { color: rgb(132,65,39); }
H1.HeaderClassName
{
color: #844127;
}
.AnyTagClassName
{
color: #844127;
}
</style>
background-color css
<style>
a { background-color: #844127; }
a { background-color: rgb(132,65,39); }
div.DivClassName
{
background-color: #844127;
}
.BgClassName
{
background-color: #844127;
}
</style>
border-color css
<style>
span { border-color: #844127; }
span { border-color: rgb(132,65,39); }
td.TdClassName
{
border-color: #844127;
}
.TagClassName
{
border-color: #844127;
}
</style>