Shades of Rouge #9D3573
Tints of Rouge #9D3573
RGB
CMYK
RGB Variations
Color information
#9D3573 (or 0x9D3573) is known color: Rouge. HEX triplet: 9D, 35 and 73. RGB value is (157,53,115). Sum of RGB (Red+Green+Blue) = 157+53+115=325 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.31% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3573 is #62CA8C. Grayscale: #5B5B5B. Windows color (decimal): -6474381 or 7550365. OLE color: 7550365.
HSL color Cylindrical-coordinate representation of color #9D3573: hue angle of 324.23º 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 #9D3573 is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 53 | 115 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.38 |
| HSL | 324.23º | 0.5% | 0.41% | - |
| HSV(B) | 324.23º | 0.66% | 0.62% | - |
| XYZ | 18.27 | 10.95 | 17.37 | - |
| YUV | 91.16 | 141.46 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 53 | 115 | 0 | 0.66 | 0.27 | 0.38 | 324.23 | 0.5 | 0.41 |
| Hex | 9D | 35 | 73 | 0 | 42 | 1B | 26 | 144 | 32 | 29 |
| Octal | 235 | 65 | 163 | 0 | 102 | 33 | 46 | 504 | 62 | 51 |
| Binary | 10011101 | 110101 | 1110011 | 0 | 1000010 | 11011 | 100110 | 101000100 | 110010 | 101001 |
Color Harmonies of #9D3573
Complementary color
Monochromatic Colors of #9D3573
Black with #9D3573
Text Example
Text Example
White with #9D3573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3573; }
p { color: rgb(157,53,115); }
H1.HeaderClassName
{
color: #9D3573;
}
.AnyTagClassName
{
color: #9D3573;
}
</style>
background-color css
<style>
a { background-color: #9D3573; }
a { background-color: rgb(157,53,115); }
div.DivClassName
{
background-color: #9D3573;
}
.BgClassName
{
background-color: #9D3573;
}
</style>
border-color css
<style>
span { border-color: #9D3573; }
span { border-color: rgb(157,53,115); }
td.TdClassName
{
border-color: #9D3573;
}
.TagClassName
{
border-color: #9D3573;
}
</style>