Shades of Rouge #9F2C71
Tints of Rouge #9F2C71
RGB
CMYK
RGB Variations
Color information
#9F2C71 (or 0x9F2C71) is known color: Rouge. HEX triplet: 9F, 2C and 71. RGB value is (159,44,113). Sum of RGB (Red+Green+Blue) = 159+44+113=316 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.32% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2C71 is #60D38E. Grayscale: #565656. Windows color (decimal): -6345615 or 7416991. OLE color: 7416991.
HSL color Cylindrical-coordinate representation of color #9F2C71: hue angle of 324º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F2C71 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 44 | 113 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.38 |
| HSL | 324º | 0.57% | 0.4% | - |
| HSV(B) | 324º | 0.72% | 0.62% | - |
| XYZ | 18.18 | 10.36 | 16.67 | - |
| YUV | 86.25 | 143.1 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 44 | 113 | 0 | 0.72 | 0.29 | 0.38 | 324 | 0.57 | 0.4 |
| Hex | 9F | 2C | 71 | 0 | 48 | 1D | 26 | 144 | 39 | 28 |
| Octal | 237 | 54 | 161 | 0 | 110 | 35 | 46 | 504 | 71 | 50 |
| Binary | 10011111 | 101100 | 1110001 | 0 | 1001000 | 11101 | 100110 | 101000100 | 111001 | 101000 |
Color Harmonies of #9F2C71
Complementary color
Monochromatic Colors of #9F2C71
Black with #9F2C71
Text Example
Text Example
White with #9F2C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2C71; }
p { color: rgb(159,44,113); }
H1.HeaderClassName
{
color: #9F2C71;
}
.AnyTagClassName
{
color: #9F2C71;
}
</style>
background-color css
<style>
a { background-color: #9F2C71; }
a { background-color: rgb(159,44,113); }
div.DivClassName
{
background-color: #9F2C71;
}
.BgClassName
{
background-color: #9F2C71;
}
</style>
border-color css
<style>
span { border-color: #9F2C71; }
span { border-color: rgb(159,44,113); }
td.TdClassName
{
border-color: #9F2C71;
}
.TagClassName
{
border-color: #9F2C71;
}
</style>