Shades of Carmine #8D0519
Tints of Carmine #8D0519
RGB
CMYK
RGB Variations
Color information
#8D0519 (or 0x8D0519) is known color: Carmine. HEX triplet: 8D, 05 and 19. RGB value is (141,5,25). Sum of RGB (Red+Green+Blue) = 141+5+25=171 (22% of max value = 765). Red value is 141 (55.47% from 255 or 82.46% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 25 (10.16% from 255 or 14.62% from 171); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0519 is #72FAE6. Grayscale: #303030. Windows color (decimal): -7535335 or 1639821. OLE color: 1639821.
HSL color Cylindrical-coordinate representation of color #8D0519: hue angle of 351.18º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D0519 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 5 | 25 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.45 |
| HSL | 351.18º | 0.93% | 0.29% | - |
| HSV(B) | 351.18º | 0.96% | 0.55% | - |
| XYZ | 11.21 | 5.84 | 1.46 | - |
| YUV | 47.94 | 115.06 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 5 | 25 | 0 | 0.96 | 0.82 | 0.45 | 351.18 | 0.93 | 0.29 |
| Hex | 8D | 5 | 19 | 0 | 60 | 52 | 2D | 15F | 5D | 1D |
| Octal | 215 | 5 | 31 | 0 | 140 | 122 | 55 | 537 | 135 | 35 |
| Binary | 10001101 | 101 | 11001 | 0 | 1100000 | 1010010 | 101101 | 101011111 | 1011101 | 11101 |
Color Harmonies of #8D0519
Complementary color
Monochromatic Colors of #8D0519
Black with #8D0519
Text Example
Text Example
White with #8D0519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0519; }
p { color: rgb(141,5,25); }
H1.HeaderClassName
{
color: #8D0519;
}
.AnyTagClassName
{
color: #8D0519;
}
</style>
background-color css
<style>
a { background-color: #8D0519; }
a { background-color: rgb(141,5,25); }
div.DivClassName
{
background-color: #8D0519;
}
.BgClassName
{
background-color: #8D0519;
}
</style>
border-color css
<style>
span { border-color: #8D0519; }
span { border-color: rgb(141,5,25); }
td.TdClassName
{
border-color: #8D0519;
}
.TagClassName
{
border-color: #8D0519;
}
</style>