Shades of Carmine #880717
Tints of Carmine #880717
RGB
CMYK
RGB Variations
Color information
#880717 (or 0x880717) is known color: Carmine. HEX triplet: 88, 07 and 17. RGB value is (136,7,23). Sum of RGB (Red+Green+Blue) = 136+7+23=166 (21% of max value = 765). Red value is 136 (53.52% from 255 or 81.93% from 166); Green value is 7 (3.12% from 255 or 4.22% from 166); Blue value is 23 (9.38% from 255 or 13.86% from 166); Max value from RGB is 136 - color contains mainly: red. Hex color #880717 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880717 is #77F8E8. Grayscale: #2F2F2F. Windows color (decimal): -7862505 or 1509256. OLE color: 1509256.
HSL color Cylindrical-coordinate representation of color #880717: hue angle of 352.56º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880717 is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 7 | 23 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.47 |
| HSL | 352.56º | 0.9% | 0.28% | - |
| HSV(B) | 352.56º | 0.95% | 0.53% | - |
| XYZ | 10.38 | 5.45 | 1.31 | - |
| YUV | 47.4 | 114.24 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 7 | 23 | 0 | 0.95 | 0.83 | 0.47 | 352.56 | 0.9 | 0.28 |
| Hex | 88 | 7 | 17 | 0 | 5F | 53 | 2F | 161 | 5A | 1C |
| Octal | 210 | 7 | 27 | 0 | 137 | 123 | 57 | 541 | 132 | 34 |
| Binary | 10001000 | 111 | 10111 | 0 | 1011111 | 1010011 | 101111 | 101100001 | 1011010 | 11100 |
Color Harmonies of #880717
Complementary color
Monochromatic Colors of #880717
Black with #880717
Text Example
Text Example
White with #880717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880717; }
p { color: rgb(136,7,23); }
H1.HeaderClassName
{
color: #880717;
}
.AnyTagClassName
{
color: #880717;
}
</style>
background-color css
<style>
a { background-color: #880717; }
a { background-color: rgb(136,7,23); }
div.DivClassName
{
background-color: #880717;
}
.BgClassName
{
background-color: #880717;
}
</style>
border-color css
<style>
span { border-color: #880717; }
span { border-color: rgb(136,7,23); }
td.TdClassName
{
border-color: #880717;
}
.TagClassName
{
border-color: #880717;
}
</style>