Shades of Carmine #880617
Tints of Carmine #880617
RGB
CMYK
RGB Variations
Color information
#880617 (or 0x880617) is known color: Carmine. HEX triplet: 88, 06 and 17. RGB value is (136,6,23). Sum of RGB (Red+Green+Blue) = 136+6+23=165 (21% of max value = 765). Red value is 136 (53.52% from 255 or 82.42% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 23 (9.38% from 255 or 13.94% from 165); Max value from RGB is 136 - color contains mainly: red. Hex color #880617 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880617 is #77F9E8. Grayscale: #2E2E2E. Windows color (decimal): -7862761 or 1509000. OLE color: 1509000.
HSL color Cylindrical-coordinate representation of color #880617: hue angle of 352.15º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880617 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 6 | 23 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.47 |
| HSL | 352.15º | 0.92% | 0.28% | - |
| HSV(B) | 352.15º | 0.96% | 0.53% | - |
| XYZ | 10.37 | 5.43 | 1.31 | - |
| YUV | 46.81 | 114.57 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 6 | 23 | 0 | 0.96 | 0.83 | 0.47 | 352.15 | 0.92 | 0.28 |
| Hex | 88 | 6 | 17 | 0 | 60 | 53 | 2F | 160 | 5C | 1C |
| Octal | 210 | 6 | 27 | 0 | 140 | 123 | 57 | 540 | 134 | 34 |
| Binary | 10001000 | 110 | 10111 | 0 | 1100000 | 1010011 | 101111 | 101100000 | 1011100 | 11100 |
Color Harmonies of #880617
Complementary color
Monochromatic Colors of #880617
Black with #880617
Text Example
Text Example
White with #880617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880617; }
p { color: rgb(136,6,23); }
H1.HeaderClassName
{
color: #880617;
}
.AnyTagClassName
{
color: #880617;
}
</style>
background-color css
<style>
a { background-color: #880617; }
a { background-color: rgb(136,6,23); }
div.DivClassName
{
background-color: #880617;
}
.BgClassName
{
background-color: #880617;
}
</style>
border-color css
<style>
span { border-color: #880617; }
span { border-color: rgb(136,6,23); }
td.TdClassName
{
border-color: #880617;
}
.TagClassName
{
border-color: #880617;
}
</style>