Shades of Carmine #880117
Tints of Carmine #880117
RGB
CMYK
RGB Variations
Color information
#880117 (or 0x880117) is known color: Carmine. HEX triplet: 88, 01 and 17. RGB value is (136,1,23). Sum of RGB (Red+Green+Blue) = 136+1+23=160 (21% of max value = 765). Red value is 136 (53.52% from 255 or 85% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 23 (9.38% from 255 or 14.38% from 160); Max value from RGB is 136 - color contains mainly: red. Hex color #880117 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880117 is #77FEE8. Grayscale: #2B2B2B. Windows color (decimal): -7864041 or 1507720. OLE color: 1507720.
HSL color Cylindrical-coordinate representation of color #880117: hue angle of 350.22º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880117 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 1 | 23 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.47 |
| HSL | 350.22º | 0.99% | 0.27% | - |
| HSV(B) | 350.22º | 0.99% | 0.53% | - |
| XYZ | 10.32 | 5.32 | 1.29 | - |
| YUV | 43.87 | 116.23 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 1 | 23 | 0 | 0.99 | 0.83 | 0.47 | 350.22 | 0.99 | 0.27 |
| Hex | 88 | 1 | 17 | 0 | 63 | 53 | 2F | 15E | 63 | 1B |
| Octal | 210 | 1 | 27 | 0 | 143 | 123 | 57 | 536 | 143 | 33 |
| Binary | 10001000 | 1 | 10111 | 0 | 1100011 | 1010011 | 101111 | 101011110 | 1100011 | 11011 |
Color Harmonies of #880117
Complementary color
Monochromatic Colors of #880117
Black with #880117
Text Example
Text Example
White with #880117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880117; }
p { color: rgb(136,1,23); }
H1.HeaderClassName
{
color: #880117;
}
.AnyTagClassName
{
color: #880117;
}
</style>
background-color css
<style>
a { background-color: #880117; }
a { background-color: rgb(136,1,23); }
div.DivClassName
{
background-color: #880117;
}
.BgClassName
{
background-color: #880117;
}
</style>
border-color css
<style>
span { border-color: #880117; }
span { border-color: rgb(136,1,23); }
td.TdClassName
{
border-color: #880117;
}
.TagClassName
{
border-color: #880117;
}
</style>