Shades of Carmine #980131
Tints of Carmine #980131
RGB
CMYK
RGB Variations
Color information
#980131 (or 0x980131) is known color: Carmine. HEX triplet: 98, 01 and 31. RGB value is (152,1,49). Sum of RGB (Red+Green+Blue) = 152+1+49=202 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.25% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 152 - color contains mainly: red. Hex color #980131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980131 is #67FECE. Grayscale: #333333. Windows color (decimal): -6815439 or 3211672. OLE color: 3211672.
HSL color Cylindrical-coordinate representation of color #980131: hue angle of 340.93º 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 #980131 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 1 | 49 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.40 |
| HSL | 340.93º | 0.99% | 0.3% | - |
| HSV(B) | 340.93º | 0.99% | 0.6% | - |
| XYZ | 13.51 | 6.92 | 3.53 | - |
| YUV | 51.62 | 126.53 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 1 | 49 | 0 | 0.99 | 0.68 | 0.40 | 340.93 | 0.99 | 0.3 |
| Hex | 98 | 1 | 31 | 0 | 63 | 44 | 28 | 155 | 63 | 1E |
| Octal | 230 | 1 | 61 | 0 | 143 | 104 | 50 | 525 | 143 | 36 |
| Binary | 10011000 | 1 | 110001 | 0 | 1100011 | 1000100 | 101000 | 101010101 | 1100011 | 11110 |
Color Harmonies of #980131
Complementary color
Monochromatic Colors of #980131
Black with #980131
Text Example
Text Example
White with #980131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980131; }
p { color: rgb(152,1,49); }
H1.HeaderClassName
{
color: #980131;
}
.AnyTagClassName
{
color: #980131;
}
</style>
background-color css
<style>
a { background-color: #980131; }
a { background-color: rgb(152,1,49); }
div.DivClassName
{
background-color: #980131;
}
.BgClassName
{
background-color: #980131;
}
</style>
border-color css
<style>
span { border-color: #980131; }
span { border-color: rgb(152,1,49); }
td.TdClassName
{
border-color: #980131;
}
.TagClassName
{
border-color: #980131;
}
</style>