Shades of Rouge #9D3270
Tints of Rouge #9D3270
RGB
CMYK
RGB Variations
Color information
#9D3270 (or 0x9D3270) is known color: Rouge. HEX triplet: 9D, 32 and 70. RGB value is (157,50,112). Sum of RGB (Red+Green+Blue) = 157+50+112=319 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.22% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3270 is #62CD8F. Grayscale: #585858. Windows color (decimal): -6475152 or 7352989. OLE color: 7352989.
HSL color Cylindrical-coordinate representation of color #9D3270: hue angle of 325.23º degrees, saturation: 0.52, 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 #9D3270 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 50 | 112 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.38 |
| HSL | 325.23º | 0.52% | 0.41% | - |
| HSV(B) | 325.23º | 0.68% | 0.62% | - |
| XYZ | 17.97 | 10.62 | 16.43 | - |
| YUV | 89.06 | 140.95 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 50 | 112 | 0 | 0.68 | 0.29 | 0.38 | 325.23 | 0.52 | 0.41 |
| Hex | 9D | 32 | 70 | 0 | 44 | 1D | 26 | 145 | 34 | 29 |
| Octal | 235 | 62 | 160 | 0 | 104 | 35 | 46 | 505 | 64 | 51 |
| Binary | 10011101 | 110010 | 1110000 | 0 | 1000100 | 11101 | 100110 | 101000101 | 110100 | 101001 |
Color Harmonies of #9D3270
Complementary color
Monochromatic Colors of #9D3270
Black with #9D3270
Text Example
Text Example
White with #9D3270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3270; }
p { color: rgb(157,50,112); }
H1.HeaderClassName
{
color: #9D3270;
}
.AnyTagClassName
{
color: #9D3270;
}
</style>
background-color css
<style>
a { background-color: #9D3270; }
a { background-color: rgb(157,50,112); }
div.DivClassName
{
background-color: #9D3270;
}
.BgClassName
{
background-color: #9D3270;
}
</style>
border-color css
<style>
span { border-color: #9D3270; }
span { border-color: rgb(157,50,112); }
td.TdClassName
{
border-color: #9D3270;
}
.TagClassName
{
border-color: #9D3270;
}
</style>