Shades of Rouge #9D3968
Tints of Rouge #9D3968
RGB
CMYK
RGB Variations
Color information
#9D3968 (or 0x9D3968) is known color: Rouge. HEX triplet: 9D, 39 and 68. RGB value is (157,57,104). Sum of RGB (Red+Green+Blue) = 157+57+104=318 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.37% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3968 is #62C697. Grayscale: #5C5C5C. Windows color (decimal): -6473368 or 6830493. OLE color: 6830493.
HSL color Cylindrical-coordinate representation of color #9D3968: hue angle of 331.8º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9D3968 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 57 | 104 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.38 |
| HSL | 331.8º | 0.47% | 0.42% | - |
| HSV(B) | 331.8º | 0.64% | 0.62% | - |
| XYZ | 17.87 | 11.09 | 14.3 | - |
| YUV | 92.26 | 134.63 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 57 | 104 | 0 | 0.64 | 0.34 | 0.38 | 331.8 | 0.47 | 0.42 |
| Hex | 9D | 39 | 68 | 0 | 40 | 22 | 26 | 14C | 2F | 2A |
| Octal | 235 | 71 | 150 | 0 | 100 | 42 | 46 | 514 | 57 | 52 |
| Binary | 10011101 | 111001 | 1101000 | 0 | 1000000 | 100010 | 100110 | 101001100 | 101111 | 101010 |
Color Harmonies of #9D3968
Complementary color
Monochromatic Colors of #9D3968
Black with #9D3968
Text Example
Text Example
White with #9D3968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3968; }
p { color: rgb(157,57,104); }
H1.HeaderClassName
{
color: #9D3968;
}
.AnyTagClassName
{
color: #9D3968;
}
</style>
background-color css
<style>
a { background-color: #9D3968; }
a { background-color: rgb(157,57,104); }
div.DivClassName
{
background-color: #9D3968;
}
.BgClassName
{
background-color: #9D3968;
}
</style>
border-color css
<style>
span { border-color: #9D3968; }
span { border-color: rgb(157,57,104); }
td.TdClassName
{
border-color: #9D3968;
}
.TagClassName
{
border-color: #9D3968;
}
</style>