Shades of Flame Red #872728
Tints of Flame Red #872728
RGB
CMYK
RGB Variations
Color information
#872728 (or 0x872728) is known color: Flame Red. HEX triplet: 87, 27 and 28. RGB value is (135,39,40). Sum of RGB (Red+Green+Blue) = 135+39+40=214 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.08% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 135 - color contains mainly: red. Hex color #872728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872728 is #78D8D7. Grayscale: #434343. Windows color (decimal): -7919832 or 2631559. OLE color: 2631559.
HSL color Cylindrical-coordinate representation of color #872728: hue angle of 359.38º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #872728 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 39 | 40 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.47 |
| HSL | 359.38º | 0.55% | 0.34% | - |
| HSV(B) | 359.38º | 0.71% | 0.53% | - |
| XYZ | 11.1 | 6.76 | 2.73 | - |
| YUV | 67.82 | 112.3 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 39 | 40 | 0 | 0.71 | 0.70 | 0.47 | 359.38 | 0.55 | 0.34 |
| Hex | 87 | 27 | 28 | 0 | 47 | 46 | 2F | 167 | 37 | 22 |
| Octal | 207 | 47 | 50 | 0 | 107 | 106 | 57 | 547 | 67 | 42 |
| Binary | 10000111 | 100111 | 101000 | 0 | 1000111 | 1000110 | 101111 | 101100111 | 110111 | 100010 |
Color Harmonies of #872728
Complementary color
Monochromatic Colors of #872728
Black with #872728
Text Example
Text Example
White with #872728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872728; }
p { color: rgb(135,39,40); }
H1.HeaderClassName
{
color: #872728;
}
.AnyTagClassName
{
color: #872728;
}
</style>
background-color css
<style>
a { background-color: #872728; }
a { background-color: rgb(135,39,40); }
div.DivClassName
{
background-color: #872728;
}
.BgClassName
{
background-color: #872728;
}
</style>
border-color css
<style>
span { border-color: #872728; }
span { border-color: rgb(135,39,40); }
td.TdClassName
{
border-color: #872728;
}
.TagClassName
{
border-color: #872728;
}
</style>