Shades of Rouge #9D316F
Tints of Rouge #9D316F
RGB
CMYK
RGB Variations
Color information
#9D316F (or 0x9D316F) is known color: Rouge. HEX triplet: 9D, 31 and 6F. RGB value is (157,49,111). Sum of RGB (Red+Green+Blue) = 157+49+111=317 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.53% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 157 - color contains mainly: red. Hex color #9D316F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D316F is #62CE90. Grayscale: #585858. Windows color (decimal): -6475409 or 7287197. OLE color: 7287197.
HSL color Cylindrical-coordinate representation of color #9D316F: hue angle of 325.56º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D316F is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 49 | 111 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.38 |
| HSL | 325.56º | 0.52% | 0.4% | - |
| HSV(B) | 325.56º | 0.69% | 0.62% | - |
| XYZ | 17.87 | 10.51 | 16.13 | - |
| YUV | 88.36 | 140.78 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 49 | 111 | 0 | 0.69 | 0.29 | 0.38 | 325.56 | 0.52 | 0.4 |
| Hex | 9D | 31 | 6F | 0 | 45 | 1D | 26 | 146 | 34 | 28 |
| Octal | 235 | 61 | 157 | 0 | 105 | 35 | 46 | 506 | 64 | 50 |
| Binary | 10011101 | 110001 | 1101111 | 0 | 1000101 | 11101 | 100110 | 101000110 | 110100 | 101000 |
Color Harmonies of #9D316F
Complementary color
Monochromatic Colors of #9D316F
Black with #9D316F
Text Example
Text Example
White with #9D316F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D316F; }
p { color: rgb(157,49,111); }
H1.HeaderClassName
{
color: #9D316F;
}
.AnyTagClassName
{
color: #9D316F;
}
</style>
background-color css
<style>
a { background-color: #9D316F; }
a { background-color: rgb(157,49,111); }
div.DivClassName
{
background-color: #9D316F;
}
.BgClassName
{
background-color: #9D316F;
}
</style>
border-color css
<style>
span { border-color: #9D316F; }
span { border-color: rgb(157,49,111); }
td.TdClassName
{
border-color: #9D316F;
}
.TagClassName
{
border-color: #9D316F;
}
</style>