Shades of Flame Red #872931
Tints of Flame Red #872931
RGB
CMYK
RGB Variations
Color information
#872931 (or 0x872931) is known color: Flame Red. HEX triplet: 87, 29 and 31. RGB value is (135,41,49). Sum of RGB (Red+Green+Blue) = 135+41+49=225 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 135 - color contains mainly: red. Hex color #872931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872931 is #78D6CE. Grayscale: #464646. Windows color (decimal): -7919311 or 3221895. OLE color: 3221895.
HSL color Cylindrical-coordinate representation of color #872931: hue angle of 354.89º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #872931 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 41 | 49 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.47 |
| HSL | 354.89º | 0.53% | 0.35% | - |
| HSV(B) | 354.89º | 0.7% | 0.53% | - |
| XYZ | 11.34 | 6.96 | 3.65 | - |
| YUV | 70.02 | 116.14 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 41 | 49 | 0 | 0.70 | 0.64 | 0.47 | 354.89 | 0.53 | 0.35 |
| Hex | 87 | 29 | 31 | 0 | 46 | 40 | 2F | 163 | 35 | 23 |
| Octal | 207 | 51 | 61 | 0 | 106 | 100 | 57 | 543 | 65 | 43 |
| Binary | 10000111 | 101001 | 110001 | 0 | 1000110 | 1000000 | 101111 | 101100011 | 110101 | 100011 |
Color Harmonies of #872931
Complementary color
Monochromatic Colors of #872931
Black with #872931
Text Example
Text Example
White with #872931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872931; }
p { color: rgb(135,41,49); }
H1.HeaderClassName
{
color: #872931;
}
.AnyTagClassName
{
color: #872931;
}
</style>
background-color css
<style>
a { background-color: #872931; }
a { background-color: rgb(135,41,49); }
div.DivClassName
{
background-color: #872931;
}
.BgClassName
{
background-color: #872931;
}
</style>
border-color css
<style>
span { border-color: #872931; }
span { border-color: rgb(135,41,49); }
td.TdClassName
{
border-color: #872931;
}
.TagClassName
{
border-color: #872931;
}
</style>