Shades of Flame Red #872328
Tints of Flame Red #872328
RGB
CMYK
RGB Variations
Color information
#872328 (or 0x872328) is known color: Flame Red. HEX triplet: 87, 23 and 28. RGB value is (135,35,40). Sum of RGB (Red+Green+Blue) = 135+35+40=210 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.29% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 135 - color contains mainly: red. Hex color #872328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872328 is #78DCD7. Grayscale: #414141. Windows color (decimal): -7920856 or 2630535. OLE color: 2630535.
HSL color Cylindrical-coordinate representation of color #872328: hue angle of 357º 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 #872328 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 35 | 40 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.47 |
| HSL | 357º | 0.59% | 0.33% | - |
| HSV(B) | 357º | 0.74% | 0.53% | - |
| XYZ | 10.98 | 6.51 | 2.68 | - |
| YUV | 65.47 | 113.63 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 35 | 40 | 0 | 0.74 | 0.70 | 0.47 | 357 | 0.59 | 0.33 |
| Hex | 87 | 23 | 28 | 0 | 4A | 46 | 2F | 165 | 3B | 21 |
| Octal | 207 | 43 | 50 | 0 | 112 | 106 | 57 | 545 | 73 | 41 |
| Binary | 10000111 | 100011 | 101000 | 0 | 1001010 | 1000110 | 101111 | 101100101 | 111011 | 100001 |
Color Harmonies of #872328
Complementary color
Monochromatic Colors of #872328
Black with #872328
Text Example
Text Example
White with #872328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872328; }
p { color: rgb(135,35,40); }
H1.HeaderClassName
{
color: #872328;
}
.AnyTagClassName
{
color: #872328;
}
</style>
background-color css
<style>
a { background-color: #872328; }
a { background-color: rgb(135,35,40); }
div.DivClassName
{
background-color: #872328;
}
.BgClassName
{
background-color: #872328;
}
</style>
border-color css
<style>
span { border-color: #872328; }
span { border-color: rgb(135,35,40); }
td.TdClassName
{
border-color: #872328;
}
.TagClassName
{
border-color: #872328;
}
</style>