Shades of Flame Red #842728
Tints of Flame Red #842728
RGB
CMYK
RGB Variations
Color information
#842728 (or 0x842728) is known color: Flame Red. HEX triplet: 84, 27 and 28. RGB value is (132,39,40). Sum of RGB (Red+Green+Blue) = 132+39+40=211 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.56% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 132 - color contains mainly: red. Hex color #842728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842728 is #7BD8D7. Grayscale: #434343. Windows color (decimal): -8116440 or 2631556. OLE color: 2631556.
HSL color Cylindrical-coordinate representation of color #842728: hue angle of 359.35º 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 #842728 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 39 | 40 | - |
| CMYK | 0 | 0.70 | 0.70 | 0.48 |
| HSL | 359.35º | 0.54% | 0.34% | - |
| HSV(B) | 359.35º | 0.7% | 0.52% | - |
| XYZ | 10.62 | 6.51 | 2.7 | - |
| YUV | 66.92 | 112.81 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 39 | 40 | 0 | 0.70 | 0.70 | 0.48 | 359.35 | 0.54 | 0.34 |
| Hex | 84 | 27 | 28 | 0 | 46 | 46 | 30 | 167 | 36 | 22 |
| Octal | 204 | 47 | 50 | 0 | 106 | 106 | 60 | 547 | 66 | 42 |
| Binary | 10000100 | 100111 | 101000 | 0 | 1000110 | 1000110 | 110000 | 101100111 | 110110 | 100010 |
Color Harmonies of #842728
Complementary color
Monochromatic Colors of #842728
Black with #842728
Text Example
Text Example
White with #842728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842728; }
p { color: rgb(132,39,40); }
H1.HeaderClassName
{
color: #842728;
}
.AnyTagClassName
{
color: #842728;
}
</style>
background-color css
<style>
a { background-color: #842728; }
a { background-color: rgb(132,39,40); }
div.DivClassName
{
background-color: #842728;
}
.BgClassName
{
background-color: #842728;
}
</style>
border-color css
<style>
span { border-color: #842728; }
span { border-color: rgb(132,39,40); }
td.TdClassName
{
border-color: #842728;
}
.TagClassName
{
border-color: #842728;
}
</style>