Shades of Carmine #880417
Tints of Carmine #880417
RGB
CMYK
RGB Variations
Color information
#880417 (or 0x880417) is known color: Carmine. HEX triplet: 88, 04 and 17. RGB value is (136,4,23). Sum of RGB (Red+Green+Blue) = 136+4+23=163 (21% of max value = 765). Red value is 136 (53.52% from 255 or 83.44% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 23 (9.38% from 255 or 14.11% from 163); Max value from RGB is 136 - color contains mainly: red. Hex color #880417 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880417 is #77FBE8. Grayscale: #2D2D2D. Windows color (decimal): -7863273 or 1508488. OLE color: 1508488.
HSL color Cylindrical-coordinate representation of color #880417: hue angle of 351.36º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #880417 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 4 | 23 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.47 |
| HSL | 351.36º | 0.94% | 0.27% | - |
| HSV(B) | 351.36º | 0.97% | 0.53% | - |
| XYZ | 10.35 | 5.38 | 1.3 | - |
| YUV | 45.63 | 115.23 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 4 | 23 | 0 | 0.97 | 0.83 | 0.47 | 351.36 | 0.94 | 0.27 |
| Hex | 88 | 4 | 17 | 0 | 61 | 53 | 2F | 15F | 5E | 1B |
| Octal | 210 | 4 | 27 | 0 | 141 | 123 | 57 | 537 | 136 | 33 |
| Binary | 10001000 | 100 | 10111 | 0 | 1100001 | 1010011 | 101111 | 101011111 | 1011110 | 11011 |
Color Harmonies of #880417
Complementary color
Monochromatic Colors of #880417
Black with #880417
Text Example
Text Example
White with #880417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880417; }
p { color: rgb(136,4,23); }
H1.HeaderClassName
{
color: #880417;
}
.AnyTagClassName
{
color: #880417;
}
</style>
background-color css
<style>
a { background-color: #880417; }
a { background-color: rgb(136,4,23); }
div.DivClassName
{
background-color: #880417;
}
.BgClassName
{
background-color: #880417;
}
</style>
border-color css
<style>
span { border-color: #880417; }
span { border-color: rgb(136,4,23); }
td.TdClassName
{
border-color: #880417;
}
.TagClassName
{
border-color: #880417;
}
</style>