Shades of Flame Red #871622
Tints of Flame Red #871622
RGB
CMYK
RGB Variations
Color information
#871622 (or 0x871622) is known color: Flame Red. HEX triplet: 87, 16 and 22. RGB value is (135,22,34). Sum of RGB (Red+Green+Blue) = 135+22+34=191 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.68% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 34 (13.67% from 255 or 17.80% from 191); Max value from RGB is 135 - color contains mainly: red. Hex color #871622 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871622 is #78E9DD. Grayscale: #393939. Windows color (decimal): -7924190 or 2233991. OLE color: 2233991.
HSL color Cylindrical-coordinate representation of color #871622: hue angle of 353.63º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #871622 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 22 | 34 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.47 |
| HSL | 353.63º | 0.72% | 0.31% | - |
| HSV(B) | 353.63º | 0.84% | 0.53% | - |
| XYZ | 10.57 | 5.84 | 2.08 | - |
| YUV | 57.16 | 114.94 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 22 | 34 | 0 | 0.84 | 0.75 | 0.47 | 353.63 | 0.72 | 0.31 |
| Hex | 87 | 16 | 22 | 0 | 54 | 4B | 2F | 162 | 48 | 1F |
| Octal | 207 | 26 | 42 | 0 | 124 | 113 | 57 | 542 | 110 | 37 |
| Binary | 10000111 | 10110 | 100010 | 0 | 1010100 | 1001011 | 101111 | 101100010 | 1001000 | 11111 |
Color Harmonies of #871622
Complementary color
Monochromatic Colors of #871622
Black with #871622
Text Example
Text Example
White with #871622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871622; }
p { color: rgb(135,22,34); }
H1.HeaderClassName
{
color: #871622;
}
.AnyTagClassName
{
color: #871622;
}
</style>
background-color css
<style>
a { background-color: #871622; }
a { background-color: rgb(135,22,34); }
div.DivClassName
{
background-color: #871622;
}
.BgClassName
{
background-color: #871622;
}
</style>
border-color css
<style>
span { border-color: #871622; }
span { border-color: rgb(135,22,34); }
td.TdClassName
{
border-color: #871622;
}
.TagClassName
{
border-color: #871622;
}
</style>