Shades of Rouge #9D4575
Tints of Rouge #9D4575
RGB
CMYK
RGB Variations
Color information
#9D4575 (or 0x9D4575) is known color: Rouge. HEX triplet: 9D, 45 and 75. RGB value is (157,69,117). Sum of RGB (Red+Green+Blue) = 157+69+117=343 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.77% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4575 is #62BA8A. Grayscale: #646464. Windows color (decimal): -6470283 or 7685533. OLE color: 7685533.
HSL color Cylindrical-coordinate representation of color #9D4575: hue angle of 327.27º 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 #9D4575 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 69 | 117 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.38 |
| HSL | 327.27º | 0.39% | 0.44% | - |
| HSV(B) | 327.27º | 0.56% | 0.62% | - |
| XYZ | 19.24 | 12.71 | 18.27 | - |
| YUV | 100.78 | 137.15 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 69 | 117 | 0 | 0.56 | 0.25 | 0.38 | 327.27 | 0.39 | 0.44 |
| Hex | 9D | 45 | 75 | 0 | 38 | 19 | 26 | 147 | 27 | 2C |
| Octal | 235 | 105 | 165 | 0 | 70 | 31 | 46 | 507 | 47 | 54 |
| Binary | 10011101 | 1000101 | 1110101 | 0 | 111000 | 11001 | 100110 | 101000111 | 100111 | 101100 |
Color Harmonies of #9D4575
Complementary color
Monochromatic Colors of #9D4575
Black with #9D4575
Text Example
Text Example
White with #9D4575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4575; }
p { color: rgb(157,69,117); }
H1.HeaderClassName
{
color: #9D4575;
}
.AnyTagClassName
{
color: #9D4575;
}
</style>
background-color css
<style>
a { background-color: #9D4575; }
a { background-color: rgb(157,69,117); }
div.DivClassName
{
background-color: #9D4575;
}
.BgClassName
{
background-color: #9D4575;
}
</style>
border-color css
<style>
span { border-color: #9D4575; }
span { border-color: rgb(157,69,117); }
td.TdClassName
{
border-color: #9D4575;
}
.TagClassName
{
border-color: #9D4575;
}
</style>