Shades of Flame Red #872629
Tints of Flame Red #872629
RGB
CMYK
RGB Variations
Color information
#872629 (or 0x872629) is known color: Flame Red. HEX triplet: 87, 26 and 29. RGB value is (135,38,41). Sum of RGB (Red+Green+Blue) = 135+38+41=214 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.08% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 41 (16.41% from 255 or 19.16% from 214); Max value from RGB is 135 - color contains mainly: red. Hex color #872629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872629 is #78D9D6. Grayscale: #434343. Windows color (decimal): -7920087 or 2696839. OLE color: 2696839.
HSL color Cylindrical-coordinate representation of color #872629: hue angle of 358.14º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #872629 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 38 | 41 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.47 |
| HSL | 358.14º | 0.56% | 0.34% | - |
| HSV(B) | 358.14º | 0.72% | 0.53% | - |
| XYZ | 11.09 | 6.7 | 2.81 | - |
| YUV | 67.35 | 113.14 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 38 | 41 | 0 | 0.72 | 0.70 | 0.47 | 358.14 | 0.56 | 0.34 |
| Hex | 87 | 26 | 29 | 0 | 48 | 46 | 2F | 166 | 38 | 22 |
| Octal | 207 | 46 | 51 | 0 | 110 | 106 | 57 | 546 | 70 | 42 |
| Binary | 10000111 | 100110 | 101001 | 0 | 1001000 | 1000110 | 101111 | 101100110 | 111000 | 100010 |
Color Harmonies of #872629
Complementary color
Monochromatic Colors of #872629
Black with #872629
Text Example
Text Example
White with #872629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872629; }
p { color: rgb(135,38,41); }
H1.HeaderClassName
{
color: #872629;
}
.AnyTagClassName
{
color: #872629;
}
</style>
background-color css
<style>
a { background-color: #872629; }
a { background-color: rgb(135,38,41); }
div.DivClassName
{
background-color: #872629;
}
.BgClassName
{
background-color: #872629;
}
</style>
border-color css
<style>
span { border-color: #872629; }
span { border-color: rgb(135,38,41); }
td.TdClassName
{
border-color: #872629;
}
.TagClassName
{
border-color: #872629;
}
</style>