Shades of Rouge #9D356D
Tints of Rouge #9D356D
RGB
CMYK
RGB Variations
Color information
#9D356D (or 0x9D356D) is known color: Rouge. HEX triplet: 9D, 35 and 6D. RGB value is (157,53,109). Sum of RGB (Red+Green+Blue) = 157+53+109=319 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.22% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 157 - color contains mainly: red. Hex color #9D356D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D356D is #62CA92. Grayscale: #5A5A5A. Windows color (decimal): -6474387 or 7157149. OLE color: 7157149.
HSL color Cylindrical-coordinate representation of color #9D356D: hue angle of 327.69º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D356D is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 53 | 109 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.38 |
| HSL | 327.69º | 0.5% | 0.41% | - |
| HSV(B) | 327.69º | 0.66% | 0.62% | - |
| XYZ | 17.94 | 10.82 | 15.61 | - |
| YUV | 90.48 | 138.46 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 53 | 109 | 0 | 0.66 | 0.31 | 0.38 | 327.69 | 0.5 | 0.41 |
| Hex | 9D | 35 | 6D | 0 | 42 | 1F | 26 | 148 | 32 | 29 |
| Octal | 235 | 65 | 155 | 0 | 102 | 37 | 46 | 510 | 62 | 51 |
| Binary | 10011101 | 110101 | 1101101 | 0 | 1000010 | 11111 | 100110 | 101001000 | 110010 | 101001 |
Color Harmonies of #9D356D
Complementary color
Monochromatic Colors of #9D356D
Black with #9D356D
Text Example
Text Example
White with #9D356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D356D; }
p { color: rgb(157,53,109); }
H1.HeaderClassName
{
color: #9D356D;
}
.AnyTagClassName
{
color: #9D356D;
}
</style>
background-color css
<style>
a { background-color: #9D356D; }
a { background-color: rgb(157,53,109); }
div.DivClassName
{
background-color: #9D356D;
}
.BgClassName
{
background-color: #9D356D;
}
</style>
border-color css
<style>
span { border-color: #9D356D; }
span { border-color: rgb(157,53,109); }
td.TdClassName
{
border-color: #9D356D;
}
.TagClassName
{
border-color: #9D356D;
}
</style>