Shades of Carmine #981329
Tints of Carmine #981329
RGB
CMYK
RGB Variations
Color information
#981329 (or 0x981329) is known color: Carmine. HEX triplet: 98, 13 and 29. RGB value is (152,19,41). Sum of RGB (Red+Green+Blue) = 152+19+41=212 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.70% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 41 (16.41% from 255 or 19.34% from 212); Max value from RGB is 152 - color contains mainly: red. Hex color #981329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981329 is #67ECD6. Grayscale: #3D3D3D. Windows color (decimal): -6810839 or 2691992. OLE color: 2691992.
HSL color Cylindrical-coordinate representation of color #981329: hue angle of 350.08º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981329 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 19 | 41 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.40 |
| HSL | 350.08º | 0.78% | 0.34% | - |
| HSV(B) | 350.08º | 0.88% | 0.6% | - |
| XYZ | 13.58 | 7.3 | 2.79 | - |
| YUV | 61.28 | 116.56 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 19 | 41 | 0 | 0.87 | 0.73 | 0.40 | 350.08 | 0.78 | 0.34 |
| Hex | 98 | 13 | 29 | 0 | 57 | 49 | 28 | 15E | 4E | 22 |
| Octal | 230 | 23 | 51 | 0 | 127 | 111 | 50 | 536 | 116 | 42 |
| Binary | 10011000 | 10011 | 101001 | 0 | 1010111 | 1001001 | 101000 | 101011110 | 1001110 | 100010 |
Color Harmonies of #981329
Complementary color
Monochromatic Colors of #981329
Black with #981329
Text Example
Text Example
White with #981329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981329; }
p { color: rgb(152,19,41); }
H1.HeaderClassName
{
color: #981329;
}
.AnyTagClassName
{
color: #981329;
}
</style>
background-color css
<style>
a { background-color: #981329; }
a { background-color: rgb(152,19,41); }
div.DivClassName
{
background-color: #981329;
}
.BgClassName
{
background-color: #981329;
}
</style>
border-color css
<style>
span { border-color: #981329; }
span { border-color: rgb(152,19,41); }
td.TdClassName
{
border-color: #981329;
}
.TagClassName
{
border-color: #981329;
}
</style>