Shades of Flame Red #872129
Tints of Flame Red #872129
RGB
CMYK
RGB Variations
Color information
#872129 (or 0x872129) is known color: Flame Red. HEX triplet: 87, 21 and 29. RGB value is (135,33,41). Sum of RGB (Red+Green+Blue) = 135+33+41=209 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.59% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 135 - color contains mainly: red. Hex color #872129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872129 is #78DED6. Grayscale: #404040. Windows color (decimal): -7921367 or 2695559. OLE color: 2695559.
HSL color Cylindrical-coordinate representation of color #872129: hue angle of 355.29º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #872129 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 33 | 41 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.47 |
| HSL | 355.29º | 0.61% | 0.33% | - |
| HSV(B) | 355.29º | 0.76% | 0.53% | - |
| XYZ | 10.94 | 6.4 | 2.76 | - |
| YUV | 64.41 | 114.79 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 33 | 41 | 0 | 0.76 | 0.70 | 0.47 | 355.29 | 0.61 | 0.33 |
| Hex | 87 | 21 | 29 | 0 | 4C | 46 | 2F | 163 | 3D | 21 |
| Octal | 207 | 41 | 51 | 0 | 114 | 106 | 57 | 543 | 75 | 41 |
| Binary | 10000111 | 100001 | 101001 | 0 | 1001100 | 1000110 | 101111 | 101100011 | 111101 | 100001 |
Color Harmonies of #872129
Complementary color
Monochromatic Colors of #872129
Black with #872129
Text Example
Text Example
White with #872129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872129; }
p { color: rgb(135,33,41); }
H1.HeaderClassName
{
color: #872129;
}
.AnyTagClassName
{
color: #872129;
}
</style>
background-color css
<style>
a { background-color: #872129; }
a { background-color: rgb(135,33,41); }
div.DivClassName
{
background-color: #872129;
}
.BgClassName
{
background-color: #872129;
}
</style>
border-color css
<style>
span { border-color: #872129; }
span { border-color: rgb(135,33,41); }
td.TdClassName
{
border-color: #872129;
}
.TagClassName
{
border-color: #872129;
}
</style>