Shades of Rouge #9D4571
Tints of Rouge #9D4571
RGB
CMYK
RGB Variations
Color information
#9D4571 (or 0x9D4571) is known color: Rouge. HEX triplet: 9D, 45 and 71. RGB value is (157,69,113). Sum of RGB (Red+Green+Blue) = 157+69+113=339 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.31% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4571 is #62BA8E. Grayscale: #646464. Windows color (decimal): -6470287 or 7423389. OLE color: 7423389.
HSL color Cylindrical-coordinate representation of color #9D4571: hue angle of 330º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9D4571 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 69 | 113 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.38 |
| HSL | 330º | 0.39% | 0.44% | - |
| HSV(B) | 330º | 0.56% | 0.62% | - |
| XYZ | 19.01 | 12.62 | 17.06 | - |
| YUV | 100.33 | 135.15 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 69 | 113 | 0 | 0.56 | 0.28 | 0.38 | 330 | 0.39 | 0.44 |
| Hex | 9D | 45 | 71 | 0 | 38 | 1C | 26 | 14A | 27 | 2C |
| Octal | 235 | 105 | 161 | 0 | 70 | 34 | 46 | 512 | 47 | 54 |
| Binary | 10011101 | 1000101 | 1110001 | 0 | 111000 | 11100 | 100110 | 101001010 | 100111 | 101100 |
Color Harmonies of #9D4571
Complementary color
Monochromatic Colors of #9D4571
Black with #9D4571
Text Example
Text Example
White with #9D4571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4571; }
p { color: rgb(157,69,113); }
H1.HeaderClassName
{
color: #9D4571;
}
.AnyTagClassName
{
color: #9D4571;
}
</style>
background-color css
<style>
a { background-color: #9D4571; }
a { background-color: rgb(157,69,113); }
div.DivClassName
{
background-color: #9D4571;
}
.BgClassName
{
background-color: #9D4571;
}
</style>
border-color css
<style>
span { border-color: #9D4571; }
span { border-color: rgb(157,69,113); }
td.TdClassName
{
border-color: #9D4571;
}
.TagClassName
{
border-color: #9D4571;
}
</style>