Shades of Carmine #971129
Tints of Carmine #971129
RGB
CMYK
RGB Variations
Color information
#971129 (or 0x971129) is known color: Carmine. HEX triplet: 97, 11 and 29. RGB value is (151,17,41). Sum of RGB (Red+Green+Blue) = 151+17+41=209 (27% of max value = 765). Red value is 151 (59.38% from 255 or 72.25% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 151 - color contains mainly: red. Hex color #971129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971129 is #68EED6. Grayscale: #3B3B3B. Windows color (decimal): -6876887 or 2691479. OLE color: 2691479.
HSL color Cylindrical-coordinate representation of color #971129: hue angle of 349.25º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971129 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 17 | 41 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.41 |
| HSL | 349.25º | 0.8% | 0.33% | - |
| HSV(B) | 349.25º | 0.89% | 0.59% | - |
| XYZ | 13.36 | 7.14 | 2.77 | - |
| YUV | 59.8 | 117.39 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 17 | 41 | 0 | 0.89 | 0.73 | 0.41 | 349.25 | 0.8 | 0.33 |
| Hex | 97 | 11 | 29 | 0 | 59 | 49 | 29 | 15D | 50 | 21 |
| Octal | 227 | 21 | 51 | 0 | 131 | 111 | 51 | 535 | 120 | 41 |
| Binary | 10010111 | 10001 | 101001 | 0 | 1011001 | 1001001 | 101001 | 101011101 | 1010000 | 100001 |
Color Harmonies of #971129
Complementary color
Monochromatic Colors of #971129
Black with #971129
Text Example
Text Example
White with #971129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971129; }
p { color: rgb(151,17,41); }
H1.HeaderClassName
{
color: #971129;
}
.AnyTagClassName
{
color: #971129;
}
</style>
background-color css
<style>
a { background-color: #971129; }
a { background-color: rgb(151,17,41); }
div.DivClassName
{
background-color: #971129;
}
.BgClassName
{
background-color: #971129;
}
</style>
border-color css
<style>
span { border-color: #971129; }
span { border-color: rgb(151,17,41); }
td.TdClassName
{
border-color: #971129;
}
.TagClassName
{
border-color: #971129;
}
</style>