Shades of Flame Red #872329
Tints of Flame Red #872329
RGB
CMYK
RGB Variations
Color information
#872329 (or 0x872329) is known color: Flame Red. HEX triplet: 87, 23 and 29. RGB value is (135,35,41). Sum of RGB (Red+Green+Blue) = 135+35+41=211 (27% of max value = 765). Red value is 135 (53.12% from 255 or 63.98% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 41 (16.41% from 255 or 19.43% from 211); Max value from RGB is 135 - color contains mainly: red. Hex color #872329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872329 is #78DCD6. Grayscale: #414141. Windows color (decimal): -7920855 or 2696071. OLE color: 2696071.
HSL color Cylindrical-coordinate representation of color #872329: hue angle of 356.4º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #872329 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 35 | 41 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.47 |
| HSL | 356.4º | 0.59% | 0.33% | - |
| HSV(B) | 356.4º | 0.74% | 0.53% | - |
| XYZ | 10.99 | 6.51 | 2.78 | - |
| YUV | 65.58 | 114.13 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 35 | 41 | 0 | 0.74 | 0.70 | 0.47 | 356.4 | 0.59 | 0.33 |
| Hex | 87 | 23 | 29 | 0 | 4A | 46 | 2F | 164 | 3B | 21 |
| Octal | 207 | 43 | 51 | 0 | 112 | 106 | 57 | 544 | 73 | 41 |
| Binary | 10000111 | 100011 | 101001 | 0 | 1001010 | 1000110 | 101111 | 101100100 | 111011 | 100001 |
Color Harmonies of #872329
Complementary color
Monochromatic Colors of #872329
Black with #872329
Text Example
Text Example
White with #872329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872329; }
p { color: rgb(135,35,41); }
H1.HeaderClassName
{
color: #872329;
}
.AnyTagClassName
{
color: #872329;
}
</style>
background-color css
<style>
a { background-color: #872329; }
a { background-color: rgb(135,35,41); }
div.DivClassName
{
background-color: #872329;
}
.BgClassName
{
background-color: #872329;
}
</style>
border-color css
<style>
span { border-color: #872329; }
span { border-color: rgb(135,35,41); }
td.TdClassName
{
border-color: #872329;
}
.TagClassName
{
border-color: #872329;
}
</style>