Shades of Rouge #9D4373
Tints of Rouge #9D4373
RGB
CMYK
RGB Variations
Color information
#9D4373 (or 0x9D4373) is known color: Rouge. HEX triplet: 9D, 43 and 73. RGB value is (157,67,115). Sum of RGB (Red+Green+Blue) = 157+67+115=339 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.31% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4373 is #62BC8C. Grayscale: #636363. Windows color (decimal): -6470797 or 7553949. OLE color: 7553949.
HSL color Cylindrical-coordinate representation of color #9D4373: hue angle of 328º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9D4373 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 67 | 115 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.38 |
| HSL | 328º | 0.4% | 0.44% | - |
| HSV(B) | 328º | 0.57% | 0.62% | - |
| XYZ | 19.01 | 12.42 | 17.62 | - |
| YUV | 99.38 | 136.82 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 67 | 115 | 0 | 0.57 | 0.27 | 0.38 | 328 | 0.4 | 0.44 |
| Hex | 9D | 43 | 73 | 0 | 39 | 1B | 26 | 148 | 28 | 2C |
| Octal | 235 | 103 | 163 | 0 | 71 | 33 | 46 | 510 | 50 | 54 |
| Binary | 10011101 | 1000011 | 1110011 | 0 | 111001 | 11011 | 100110 | 101001000 | 101000 | 101100 |
Color Harmonies of #9D4373
Complementary color
Monochromatic Colors of #9D4373
Black with #9D4373
Text Example
Text Example
White with #9D4373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4373; }
p { color: rgb(157,67,115); }
H1.HeaderClassName
{
color: #9D4373;
}
.AnyTagClassName
{
color: #9D4373;
}
</style>
background-color css
<style>
a { background-color: #9D4373; }
a { background-color: rgb(157,67,115); }
div.DivClassName
{
background-color: #9D4373;
}
.BgClassName
{
background-color: #9D4373;
}
</style>
border-color css
<style>
span { border-color: #9D4373; }
span { border-color: rgb(157,67,115); }
td.TdClassName
{
border-color: #9D4373;
}
.TagClassName
{
border-color: #9D4373;
}
</style>