Shades of Carmine #990131
Tints of Carmine #990131
RGB
CMYK
RGB Variations
Color information
#990131 (or 0x990131) is known color: Carmine. HEX triplet: 99, 01 and 31. RGB value is (153,1,49). Sum of RGB (Red+Green+Blue) = 153+1+49=203 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.37% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 49 (19.53% from 255 or 24.14% from 203); Max value from RGB is 153 - color contains mainly: red. Hex color #990131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990131 is #66FECE. Grayscale: #333333. Windows color (decimal): -6749903 or 3211673. OLE color: 3211673.
HSL color Cylindrical-coordinate representation of color #990131: hue angle of 341.05º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990131 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 1 | 49 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.4 |
| HSL | 341.05º | 0.99% | 0.3% | - |
| HSV(B) | 341.05º | 0.99% | 0.6% | - |
| XYZ | 13.7 | 7.02 | 3.54 | - |
| YUV | 51.92 | 126.36 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 1 | 49 | 0 | 0.99 | 0.68 | 0.4 | 341.05 | 0.99 | 0.3 |
| Hex | 99 | 1 | 31 | 0 | 63 | 44 | 28 | 155 | 63 | 1E |
| Octal | 231 | 1 | 61 | 0 | 143 | 104 | 50 | 525 | 143 | 36 |
| Binary | 10011001 | 1 | 110001 | 0 | 1100011 | 1000100 | 101000 | 101010101 | 1100011 | 11110 |
Color Harmonies of #990131
Complementary color
Monochromatic Colors of #990131
Black with #990131
Text Example
Text Example
White with #990131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990131; }
p { color: rgb(153,1,49); }
H1.HeaderClassName
{
color: #990131;
}
.AnyTagClassName
{
color: #990131;
}
</style>
background-color css
<style>
a { background-color: #990131; }
a { background-color: rgb(153,1,49); }
div.DivClassName
{
background-color: #990131;
}
.BgClassName
{
background-color: #990131;
}
</style>
border-color css
<style>
span { border-color: #990131; }
span { border-color: rgb(153,1,49); }
td.TdClassName
{
border-color: #990131;
}
.TagClassName
{
border-color: #990131;
}
</style>