Shades of Rouge #9D3F6C
Tints of Rouge #9D3F6C
RGB
CMYK
RGB Variations
Color information
#9D3F6C (or 0x9D3F6C) is known color: Rouge. HEX triplet: 9D, 3F and 6C. RGB value is (157,63,108). Sum of RGB (Red+Green+Blue) = 157+63+108=328 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.87% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3F6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3F6C is #62C093. Grayscale: #606060. Windows color (decimal): -6471828 or 7094173. OLE color: 7094173.
HSL color Cylindrical-coordinate representation of color #9D3F6C: hue angle of 331.28º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9D3F6C is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 63 | 108 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.38 |
| HSL | 331.28º | 0.43% | 0.43% | - |
| HSV(B) | 331.28º | 0.6% | 0.62% | - |
| XYZ | 18.39 | 11.81 | 15.5 | - |
| YUV | 96.24 | 134.64 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 63 | 108 | 0 | 0.60 | 0.31 | 0.38 | 331.28 | 0.43 | 0.43 |
| Hex | 9D | 3F | 6C | 0 | 3C | 1F | 26 | 14B | 2B | 2B |
| Octal | 235 | 77 | 154 | 0 | 74 | 37 | 46 | 513 | 53 | 53 |
| Binary | 10011101 | 111111 | 1101100 | 0 | 111100 | 11111 | 100110 | 101001011 | 101011 | 101011 |
Color Harmonies of #9D3F6C
Complementary color
Monochromatic Colors of #9D3F6C
Black with #9D3F6C
Text Example
Text Example
White with #9D3F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3F6C; }
p { color: rgb(157,63,108); }
H1.HeaderClassName
{
color: #9D3F6C;
}
.AnyTagClassName
{
color: #9D3F6C;
}
</style>
background-color css
<style>
a { background-color: #9D3F6C; }
a { background-color: rgb(157,63,108); }
div.DivClassName
{
background-color: #9D3F6C;
}
.BgClassName
{
background-color: #9D3F6C;
}
</style>
border-color css
<style>
span { border-color: #9D3F6C; }
span { border-color: rgb(157,63,108); }
td.TdClassName
{
border-color: #9D3F6C;
}
.TagClassName
{
border-color: #9D3F6C;
}
</style>