Shades of Flame Red #842829
Tints of Flame Red #842829
RGB
CMYK
RGB Variations
Color information
#842829 (or 0x842829) is known color: Flame Red. HEX triplet: 84, 28 and 29. RGB value is (132,40,41). Sum of RGB (Red+Green+Blue) = 132+40+41=213 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.97% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 41 (16.41% from 255 or 19.25% from 213); Max value from RGB is 132 - color contains mainly: red. Hex color #842829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842829 is #7BD7D6. Grayscale: #434343. Windows color (decimal): -8116183 or 2697348. OLE color: 2697348.
HSL color Cylindrical-coordinate representation of color #842829: hue angle of 359.35º degrees, saturation: 0.53, 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 #842829 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 40 | 41 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.48 |
| HSL | 359.35º | 0.53% | 0.34% | - |
| HSV(B) | 359.35º | 0.7% | 0.52% | - |
| XYZ | 10.67 | 6.58 | 2.81 | - |
| YUV | 67.62 | 112.98 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 40 | 41 | 0 | 0.70 | 0.69 | 0.48 | 359.35 | 0.53 | 0.34 |
| Hex | 84 | 28 | 29 | 0 | 46 | 45 | 30 | 167 | 35 | 22 |
| Octal | 204 | 50 | 51 | 0 | 106 | 105 | 60 | 547 | 65 | 42 |
| Binary | 10000100 | 101000 | 101001 | 0 | 1000110 | 1000101 | 110000 | 101100111 | 110101 | 100010 |
Color Harmonies of #842829
Complementary color
Monochromatic Colors of #842829
Black with #842829
Text Example
Text Example
White with #842829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842829; }
p { color: rgb(132,40,41); }
H1.HeaderClassName
{
color: #842829;
}
.AnyTagClassName
{
color: #842829;
}
</style>
background-color css
<style>
a { background-color: #842829; }
a { background-color: rgb(132,40,41); }
div.DivClassName
{
background-color: #842829;
}
.BgClassName
{
background-color: #842829;
}
</style>
border-color css
<style>
span { border-color: #842829; }
span { border-color: rgb(132,40,41); }
td.TdClassName
{
border-color: #842829;
}
.TagClassName
{
border-color: #842829;
}
</style>