Shades of Rouge #9D3970
Tints of Rouge #9D3970
RGB
CMYK
RGB Variations
Color information
#9D3970 (or 0x9D3970) is known color: Rouge. HEX triplet: 9D, 39 and 70. RGB value is (157,57,112). Sum of RGB (Red+Green+Blue) = 157+57+112=326 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.16% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3970 is #62C68F. Grayscale: #5D5D5D. Windows color (decimal): -6473360 or 7354781. OLE color: 7354781.
HSL color Cylindrical-coordinate representation of color #9D3970: hue angle of 327º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9D3970 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 57 | 112 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.38 |
| HSL | 327º | 0.47% | 0.42% | - |
| HSV(B) | 327º | 0.64% | 0.62% | - |
| XYZ | 18.29 | 11.26 | 16.54 | - |
| YUV | 93.17 | 138.63 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 57 | 112 | 0 | 0.64 | 0.29 | 0.38 | 327 | 0.47 | 0.42 |
| Hex | 9D | 39 | 70 | 0 | 40 | 1D | 26 | 147 | 2F | 2A |
| Octal | 235 | 71 | 160 | 0 | 100 | 35 | 46 | 507 | 57 | 52 |
| Binary | 10011101 | 111001 | 1110000 | 0 | 1000000 | 11101 | 100110 | 101000111 | 101111 | 101010 |
Color Harmonies of #9D3970
Complementary color
Monochromatic Colors of #9D3970
Black with #9D3970
Text Example
Text Example
White with #9D3970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3970; }
p { color: rgb(157,57,112); }
H1.HeaderClassName
{
color: #9D3970;
}
.AnyTagClassName
{
color: #9D3970;
}
</style>
background-color css
<style>
a { background-color: #9D3970; }
a { background-color: rgb(157,57,112); }
div.DivClassName
{
background-color: #9D3970;
}
.BgClassName
{
background-color: #9D3970;
}
</style>
border-color css
<style>
span { border-color: #9D3970; }
span { border-color: rgb(157,57,112); }
td.TdClassName
{
border-color: #9D3970;
}
.TagClassName
{
border-color: #9D3970;
}
</style>