Shades of Rouge #9F2F71
Tints of Rouge #9F2F71
RGB
CMYK
RGB Variations
Color information
#9F2F71 (or 0x9F2F71) is known color: Rouge. HEX triplet: 9F, 2F and 71. RGB value is (159,47,113). Sum of RGB (Red+Green+Blue) = 159+47+113=319 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.84% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2F71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2F71 is #60D08E. Grayscale: #575757. Windows color (decimal): -6344847 or 7417759. OLE color: 7417759.
HSL color Cylindrical-coordinate representation of color #9F2F71: hue angle of 324.64º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F2F71 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 47 | 113 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.38 |
| HSL | 324.64º | 0.54% | 0.4% | - |
| HSV(B) | 324.64º | 0.7% | 0.62% | - |
| XYZ | 18.3 | 10.6 | 16.7 | - |
| YUV | 88.01 | 142.11 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 47 | 113 | 0 | 0.70 | 0.29 | 0.38 | 324.64 | 0.54 | 0.4 |
| Hex | 9F | 2F | 71 | 0 | 46 | 1D | 26 | 145 | 36 | 28 |
| Octal | 237 | 57 | 161 | 0 | 106 | 35 | 46 | 505 | 66 | 50 |
| Binary | 10011111 | 101111 | 1110001 | 0 | 1000110 | 11101 | 100110 | 101000101 | 110110 | 101000 |
Color Harmonies of #9F2F71
Complementary color
Monochromatic Colors of #9F2F71
Black with #9F2F71
Text Example
Text Example
White with #9F2F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2F71; }
p { color: rgb(159,47,113); }
H1.HeaderClassName
{
color: #9F2F71;
}
.AnyTagClassName
{
color: #9F2F71;
}
</style>
background-color css
<style>
a { background-color: #9F2F71; }
a { background-color: rgb(159,47,113); }
div.DivClassName
{
background-color: #9F2F71;
}
.BgClassName
{
background-color: #9F2F71;
}
</style>
border-color css
<style>
span { border-color: #9F2F71; }
span { border-color: rgb(159,47,113); }
td.TdClassName
{
border-color: #9F2F71;
}
.TagClassName
{
border-color: #9F2F71;
}
</style>