Shades of Rouge #9D3471
Tints of Rouge #9D3471
RGB
CMYK
RGB Variations
Color information
#9D3471 (or 0x9D3471) is known color: Rouge. HEX triplet: 9D, 34 and 71. RGB value is (157,52,113). Sum of RGB (Red+Green+Blue) = 157+52+113=322 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.76% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3471 is #62CB8E. Grayscale: #5A5A5A. Windows color (decimal): -6474639 or 7419037. OLE color: 7419037.
HSL color Cylindrical-coordinate representation of color #9D3471: hue angle of 325.14º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9D3471 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 52 | 113 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.38 |
| HSL | 325.14º | 0.5% | 0.41% | - |
| HSV(B) | 325.14º | 0.67% | 0.62% | - |
| XYZ | 18.11 | 10.82 | 16.76 | - |
| YUV | 90.35 | 140.79 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 52 | 113 | 0 | 0.67 | 0.28 | 0.38 | 325.14 | 0.5 | 0.41 |
| Hex | 9D | 34 | 71 | 0 | 43 | 1C | 26 | 145 | 32 | 29 |
| Octal | 235 | 64 | 161 | 0 | 103 | 34 | 46 | 505 | 62 | 51 |
| Binary | 10011101 | 110100 | 1110001 | 0 | 1000011 | 11100 | 100110 | 101000101 | 110010 | 101001 |
Color Harmonies of #9D3471
Complementary color
Monochromatic Colors of #9D3471
Black with #9D3471
Text Example
Text Example
White with #9D3471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3471; }
p { color: rgb(157,52,113); }
H1.HeaderClassName
{
color: #9D3471;
}
.AnyTagClassName
{
color: #9D3471;
}
</style>
background-color css
<style>
a { background-color: #9D3471; }
a { background-color: rgb(157,52,113); }
div.DivClassName
{
background-color: #9D3471;
}
.BgClassName
{
background-color: #9D3471;
}
</style>
border-color css
<style>
span { border-color: #9D3471; }
span { border-color: rgb(157,52,113); }
td.TdClassName
{
border-color: #9D3471;
}
.TagClassName
{
border-color: #9D3471;
}
</style>