Shades of Carmine #9F0131
Tints of Carmine #9F0131
RGB
CMYK
RGB Variations
Color information
#9F0131 (or 0x9F0131) is known color: Carmine. HEX triplet: 9F, 01 and 31. RGB value is (159,1,49). Sum of RGB (Red+Green+Blue) = 159+1+49=209 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.08% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 49 (19.53% from 255 or 23.44% from 209); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0131 is #60FECE. Grayscale: #353535. Windows color (decimal): -6356687 or 3211679. OLE color: 3211679.
HSL color Cylindrical-coordinate representation of color #9F0131: hue angle of 341.77º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F0131 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 1 | 49 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.38 |
| HSL | 341.77º | 0.99% | 0.31% | - |
| HSV(B) | 341.77º | 0.99% | 0.62% | - |
| XYZ | 14.86 | 7.61 | 3.59 | - |
| YUV | 53.71 | 125.35 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 49 | 0 | 0.99 | 0.69 | 0.38 | 341.77 | 0.99 | 0.31 |
| Hex | 9F | 1 | 31 | 0 | 63 | 45 | 26 | 156 | 63 | 1F |
| Octal | 237 | 1 | 61 | 0 | 143 | 105 | 46 | 526 | 143 | 37 |
| Binary | 10011111 | 1 | 110001 | 0 | 1100011 | 1000101 | 100110 | 101010110 | 1100011 | 11111 |
Color Harmonies of #9F0131
Complementary color
Monochromatic Colors of #9F0131
Black with #9F0131
Text Example
Text Example
White with #9F0131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0131; }
p { color: rgb(159,1,49); }
H1.HeaderClassName
{
color: #9F0131;
}
.AnyTagClassName
{
color: #9F0131;
}
</style>
background-color css
<style>
a { background-color: #9F0131; }
a { background-color: rgb(159,1,49); }
div.DivClassName
{
background-color: #9F0131;
}
.BgClassName
{
background-color: #9F0131;
}
</style>
border-color css
<style>
span { border-color: #9F0131; }
span { border-color: rgb(159,1,49); }
td.TdClassName
{
border-color: #9F0131;
}
.TagClassName
{
border-color: #9F0131;
}
</style>