Shades of Rouge #9D3A65
Tints of Rouge #9D3A65
RGB
CMYK
RGB Variations
Color information
#9D3A65 (or 0x9D3A65) is known color: Rouge. HEX triplet: 9D, 3A and 65. RGB value is (157,58,101). Sum of RGB (Red+Green+Blue) = 157+58+101=316 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.68% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3A65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3A65 is #62C59A. Grayscale: #5C5C5C. Windows color (decimal): -6473115 or 6634141. OLE color: 6634141.
HSL color Cylindrical-coordinate representation of color #9D3A65: hue angle of 333.94º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9D3A65 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 58 | 101 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.38 |
| HSL | 333.94º | 0.46% | 0.42% | - |
| HSV(B) | 333.94º | 0.63% | 0.62% | - |
| XYZ | 17.77 | 11.13 | 13.52 | - |
| YUV | 92.5 | 132.8 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 58 | 101 | 0 | 0.63 | 0.36 | 0.38 | 333.94 | 0.46 | 0.42 |
| Hex | 9D | 3A | 65 | 0 | 3F | 24 | 26 | 14E | 2E | 2A |
| Octal | 235 | 72 | 145 | 0 | 77 | 44 | 46 | 516 | 56 | 52 |
| Binary | 10011101 | 111010 | 1100101 | 0 | 111111 | 100100 | 100110 | 101001110 | 101110 | 101010 |
Color Harmonies of #9D3A65
Complementary color
Monochromatic Colors of #9D3A65
Black with #9D3A65
Text Example
Text Example
White with #9D3A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3A65; }
p { color: rgb(157,58,101); }
H1.HeaderClassName
{
color: #9D3A65;
}
.AnyTagClassName
{
color: #9D3A65;
}
</style>
background-color css
<style>
a { background-color: #9D3A65; }
a { background-color: rgb(157,58,101); }
div.DivClassName
{
background-color: #9D3A65;
}
.BgClassName
{
background-color: #9D3A65;
}
</style>
border-color css
<style>
span { border-color: #9D3A65; }
span { border-color: rgb(157,58,101); }
td.TdClassName
{
border-color: #9D3A65;
}
.TagClassName
{
border-color: #9D3A65;
}
</style>