Shades of Carmine #991129
Tints of Carmine #991129
RGB
CMYK
RGB Variations
Color information
#991129 (or 0x991129) is known color: Carmine. HEX triplet: 99, 11 and 29. RGB value is (153,17,41). Sum of RGB (Red+Green+Blue) = 153+17+41=211 (27% of max value = 765). Red value is 153 (60.16% from 255 or 72.51% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 41 (16.41% from 255 or 19.43% from 211); Max value from RGB is 153 - color contains mainly: red. Hex color #991129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991129 is #66EED6. Grayscale: #3C3C3C. Windows color (decimal): -6745815 or 2691481. OLE color: 2691481.
HSL color Cylindrical-coordinate representation of color #991129: hue angle of 349.41º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #991129 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 17 | 41 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.4 |
| HSL | 349.41º | 0.8% | 0.33% | - |
| HSV(B) | 349.41º | 0.89% | 0.6% | - |
| XYZ | 13.74 | 7.33 | 2.79 | - |
| YUV | 60.4 | 117.06 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 17 | 41 | 0 | 0.89 | 0.73 | 0.4 | 349.41 | 0.8 | 0.33 |
| Hex | 99 | 11 | 29 | 0 | 59 | 49 | 28 | 15D | 50 | 21 |
| Octal | 231 | 21 | 51 | 0 | 131 | 111 | 50 | 535 | 120 | 41 |
| Binary | 10011001 | 10001 | 101001 | 0 | 1011001 | 1001001 | 101000 | 101011101 | 1010000 | 100001 |
Color Harmonies of #991129
Complementary color
Monochromatic Colors of #991129
Black with #991129
Text Example
Text Example
White with #991129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991129; }
p { color: rgb(153,17,41); }
H1.HeaderClassName
{
color: #991129;
}
.AnyTagClassName
{
color: #991129;
}
</style>
background-color css
<style>
a { background-color: #991129; }
a { background-color: rgb(153,17,41); }
div.DivClassName
{
background-color: #991129;
}
.BgClassName
{
background-color: #991129;
}
</style>
border-color css
<style>
span { border-color: #991129; }
span { border-color: rgb(153,17,41); }
td.TdClassName
{
border-color: #991129;
}
.TagClassName
{
border-color: #991129;
}
</style>