Shades of Carmine #990031
Tints of Carmine #990031
RGB
CMYK
RGB Variations
Color information
#990031 (or 0x990031) is known color: Carmine. HEX triplet: 99, 00 and 31. RGB value is (153,0,49). Sum of RGB (Red+Green+Blue) = 153+0+49=202 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.74% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 153 - color contains mainly: red. Hex color #990031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990031 is #66FFCE. Grayscale: #333333. Windows color (decimal): -6750159 or 3211417. OLE color: 3211417.
HSL color Cylindrical-coordinate representation of color #990031: hue angle of 340.78º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #990031 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.68 | 0.4 |
| HSL | 340.78º | 1% | 0.3% | - |
| HSV(B) | 340.78º | 1% | 0.6% | - |
| XYZ | 13.69 | 6.99 | 3.53 | - |
| YUV | 51.33 | 126.69 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 0 | 49 | 0 | 1 | 0.68 | 0.4 | 340.78 | 1 | 0.3 |
| Hex | 99 | 0 | 31 | 0 | 64 | 44 | 28 | 155 | 64 | 1E |
| Octal | 231 | 0 | 61 | 0 | 144 | 104 | 50 | 525 | 144 | 36 |
| Binary | 10011001 | 0 | 110001 | 0 | 1100100 | 1000100 | 101000 | 101010101 | 1100100 | 11110 |
Color Harmonies of #990031
Complementary color
Monochromatic Colors of #990031
Black with #990031
Text Example
Text Example
White with #990031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990031; }
p { color: rgb(153,0,49); }
H1.HeaderClassName
{
color: #990031;
}
.AnyTagClassName
{
color: #990031;
}
</style>
background-color css
<style>
a { background-color: #990031; }
a { background-color: rgb(153,0,49); }
div.DivClassName
{
background-color: #990031;
}
.BgClassName
{
background-color: #990031;
}
</style>
border-color css
<style>
span { border-color: #990031; }
span { border-color: rgb(153,0,49); }
td.TdClassName
{
border-color: #990031;
}
.TagClassName
{
border-color: #990031;
}
</style>