Shades of Rouge #9D3C65
Tints of Rouge #9D3C65
RGB
CMYK
RGB Variations
Color information
#9D3C65 (or 0x9D3C65) is known color: Rouge. HEX triplet: 9D, 3C and 65. RGB value is (157,60,101). Sum of RGB (Red+Green+Blue) = 157+60+101=318 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.37% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3C65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3C65 is #62C39A. Grayscale: #5D5D5D. Windows color (decimal): -6472603 or 6634653. OLE color: 6634653.
HSL color Cylindrical-coordinate representation of color #9D3C65: hue angle of 334.64º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9D3C65 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 60 | 101 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.38 |
| HSL | 334.64º | 0.45% | 0.43% | - |
| HSV(B) | 334.64º | 0.62% | 0.62% | - |
| XYZ | 17.87 | 11.34 | 13.56 | - |
| YUV | 93.68 | 132.14 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 60 | 101 | 0 | 0.62 | 0.36 | 0.38 | 334.64 | 0.45 | 0.43 |
| Hex | 9D | 3C | 65 | 0 | 3E | 24 | 26 | 14F | 2D | 2B |
| Octal | 235 | 74 | 145 | 0 | 76 | 44 | 46 | 517 | 55 | 53 |
| Binary | 10011101 | 111100 | 1100101 | 0 | 111110 | 100100 | 100110 | 101001111 | 101101 | 101011 |
Color Harmonies of #9D3C65
Complementary color
Monochromatic Colors of #9D3C65
Black with #9D3C65
Text Example
Text Example
White with #9D3C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3C65; }
p { color: rgb(157,60,101); }
H1.HeaderClassName
{
color: #9D3C65;
}
.AnyTagClassName
{
color: #9D3C65;
}
</style>
background-color css
<style>
a { background-color: #9D3C65; }
a { background-color: rgb(157,60,101); }
div.DivClassName
{
background-color: #9D3C65;
}
.BgClassName
{
background-color: #9D3C65;
}
</style>
border-color css
<style>
span { border-color: #9D3C65; }
span { border-color: rgb(157,60,101); }
td.TdClassName
{
border-color: #9D3C65;
}
.TagClassName
{
border-color: #9D3C65;
}
</style>