Shades of Carmine #870E19
Tints of Carmine #870E19
RGB
CMYK
RGB Variations
Color information
#870E19 (or 0x870E19) is known color: Carmine. HEX triplet: 87, 0E and 19. RGB value is (135,14,25). Sum of RGB (Red+Green+Blue) = 135+14+25=174 (23% of max value = 765). Red value is 135 (53.12% from 255 or 77.59% from 174); Green value is 14 (5.86% from 255 or 8.05% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 135 - color contains mainly: red. Hex color #870E19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870E19 is #78F1E6. Grayscale: #333333. Windows color (decimal): -7926247 or 1642119. OLE color: 1642119.
HSL color Cylindrical-coordinate representation of color #870E19: hue angle of 354.55º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870E19 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 14 | 25 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.47 |
| HSL | 354.55º | 0.81% | 0.29% | - |
| HSV(B) | 354.55º | 0.9% | 0.53% | - |
| XYZ | 10.32 | 5.54 | 1.44 | - |
| YUV | 51.43 | 113.09 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 14 | 25 | 0 | 0.90 | 0.81 | 0.47 | 354.55 | 0.81 | 0.29 |
| Hex | 87 | E | 19 | 0 | 5A | 51 | 2F | 163 | 51 | 1D |
| Octal | 207 | 16 | 31 | 0 | 132 | 121 | 57 | 543 | 121 | 35 |
| Binary | 10000111 | 1110 | 11001 | 0 | 1011010 | 1010001 | 101111 | 101100011 | 1010001 | 11101 |
Color Harmonies of #870E19
Complementary color
Monochromatic Colors of #870E19
Black with #870E19
Text Example
Text Example
White with #870E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870E19; }
p { color: rgb(135,14,25); }
H1.HeaderClassName
{
color: #870E19;
}
.AnyTagClassName
{
color: #870E19;
}
</style>
background-color css
<style>
a { background-color: #870E19; }
a { background-color: rgb(135,14,25); }
div.DivClassName
{
background-color: #870E19;
}
.BgClassName
{
background-color: #870E19;
}
</style>
border-color css
<style>
span { border-color: #870E19; }
span { border-color: rgb(135,14,25); }
td.TdClassName
{
border-color: #870E19;
}
.TagClassName
{
border-color: #870E19;
}
</style>