Shades of Carmine #990519
Tints of Carmine #990519
RGB
CMYK
RGB Variations
Color information
#990519 (or 0x990519) is known color: Carmine. HEX triplet: 99, 05 and 19. RGB value is (153,5,25). Sum of RGB (Red+Green+Blue) = 153+5+25=183 (24% of max value = 765). Red value is 153 (60.16% from 255 or 83.61% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 25 (10.16% from 255 or 13.66% from 183); Max value from RGB is 153 - color contains mainly: red. Hex color #990519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990519 is #66FAE6. Grayscale: #333333. Windows color (decimal): -6748903 or 1639833. OLE color: 1639833.
HSL color Cylindrical-coordinate representation of color #990519: hue angle of 351.89º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #990519 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 5 | 25 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.4 |
| HSL | 351.89º | 0.94% | 0.31% | - |
| HSV(B) | 351.89º | 0.97% | 0.6% | - |
| XYZ | 13.37 | 6.95 | 1.56 | - |
| YUV | 51.53 | 113.03 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 5 | 25 | 0 | 0.97 | 0.84 | 0.4 | 351.89 | 0.94 | 0.31 |
| Hex | 99 | 5 | 19 | 0 | 61 | 54 | 28 | 160 | 5E | 1F |
| Octal | 231 | 5 | 31 | 0 | 141 | 124 | 50 | 540 | 136 | 37 |
| Binary | 10011001 | 101 | 11001 | 0 | 1100001 | 1010100 | 101000 | 101100000 | 1011110 | 11111 |
Color Harmonies of #990519
Complementary color
Monochromatic Colors of #990519
Black with #990519
Text Example
Text Example
White with #990519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990519; }
p { color: rgb(153,5,25); }
H1.HeaderClassName
{
color: #990519;
}
.AnyTagClassName
{
color: #990519;
}
</style>
background-color css
<style>
a { background-color: #990519; }
a { background-color: rgb(153,5,25); }
div.DivClassName
{
background-color: #990519;
}
.BgClassName
{
background-color: #990519;
}
</style>
border-color css
<style>
span { border-color: #990519; }
span { border-color: rgb(153,5,25); }
td.TdClassName
{
border-color: #990519;
}
.TagClassName
{
border-color: #990519;
}
</style>