Shades of Rouge #9F316D
Tints of Rouge #9F316D
RGB
CMYK
RGB Variations
Color information
#9F316D (or 0x9F316D) is known color: Rouge. HEX triplet: 9F, 31 and 6D. RGB value is (159,49,109). Sum of RGB (Red+Green+Blue) = 159+49+109=317 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.16% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 159 - color contains mainly: red. Hex color #9F316D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F316D is #60CE92. Grayscale: #585858. Windows color (decimal): -6344339 or 7156127. OLE color: 7156127.
HSL color Cylindrical-coordinate representation of color #9F316D: hue angle of 327.27º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F316D is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 49 | 109 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.38 |
| HSL | 327.27º | 0.53% | 0.41% | - |
| HSV(B) | 327.27º | 0.69% | 0.62% | - |
| XYZ | 18.16 | 10.67 | 15.57 | - |
| YUV | 88.73 | 139.44 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 49 | 109 | 0 | 0.69 | 0.31 | 0.38 | 327.27 | 0.53 | 0.41 |
| Hex | 9F | 31 | 6D | 0 | 45 | 1F | 26 | 147 | 35 | 29 |
| Octal | 237 | 61 | 155 | 0 | 105 | 37 | 46 | 507 | 65 | 51 |
| Binary | 10011111 | 110001 | 1101101 | 0 | 1000101 | 11111 | 100110 | 101000111 | 110101 | 101001 |
Color Harmonies of #9F316D
Complementary color
Monochromatic Colors of #9F316D
Black with #9F316D
Text Example
Text Example
White with #9F316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F316D; }
p { color: rgb(159,49,109); }
H1.HeaderClassName
{
color: #9F316D;
}
.AnyTagClassName
{
color: #9F316D;
}
</style>
background-color css
<style>
a { background-color: #9F316D; }
a { background-color: rgb(159,49,109); }
div.DivClassName
{
background-color: #9F316D;
}
.BgClassName
{
background-color: #9F316D;
}
</style>
border-color css
<style>
span { border-color: #9F316D; }
span { border-color: rgb(159,49,109); }
td.TdClassName
{
border-color: #9F316D;
}
.TagClassName
{
border-color: #9F316D;
}
</style>