Shades of Rouge #9D3370
Tints of Rouge #9D3370
RGB
CMYK
RGB Variations
Color information
#9D3370 (or 0x9D3370) is known color: Rouge. HEX triplet: 9D, 33 and 70. RGB value is (157,51,112). Sum of RGB (Red+Green+Blue) = 157+51+112=320 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.06% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3370 is #62CC8F. Grayscale: #595959. Windows color (decimal): -6474896 or 7353245. OLE color: 7353245.
HSL color Cylindrical-coordinate representation of color #9D3370: hue angle of 325.47º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D3370 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 51 | 112 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.38 |
| HSL | 325.47º | 0.51% | 0.41% | - |
| HSV(B) | 325.47º | 0.68% | 0.62% | - |
| XYZ | 18.01 | 10.71 | 16.45 | - |
| YUV | 89.65 | 140.62 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 51 | 112 | 0 | 0.68 | 0.29 | 0.38 | 325.47 | 0.51 | 0.41 |
| Hex | 9D | 33 | 70 | 0 | 44 | 1D | 26 | 145 | 33 | 29 |
| Octal | 235 | 63 | 160 | 0 | 104 | 35 | 46 | 505 | 63 | 51 |
| Binary | 10011101 | 110011 | 1110000 | 0 | 1000100 | 11101 | 100110 | 101000101 | 110011 | 101001 |
Color Harmonies of #9D3370
Complementary color
Monochromatic Colors of #9D3370
Black with #9D3370
Text Example
Text Example
White with #9D3370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3370; }
p { color: rgb(157,51,112); }
H1.HeaderClassName
{
color: #9D3370;
}
.AnyTagClassName
{
color: #9D3370;
}
</style>
background-color css
<style>
a { background-color: #9D3370; }
a { background-color: rgb(157,51,112); }
div.DivClassName
{
background-color: #9D3370;
}
.BgClassName
{
background-color: #9D3370;
}
</style>
border-color css
<style>
span { border-color: #9D3370; }
span { border-color: rgb(157,51,112); }
td.TdClassName
{
border-color: #9D3370;
}
.TagClassName
{
border-color: #9D3370;
}
</style>