Shades of Rouge #9D376A
Tints of Rouge #9D376A
RGB
CMYK
RGB Variations
Color information
#9D376A (or 0x9D376A) is known color: Rouge. HEX triplet: 9D, 37 and 6A. RGB value is (157,55,106). Sum of RGB (Red+Green+Blue) = 157+55+106=318 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.37% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 157 - color contains mainly: red. Hex color #9D376A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D376A is #62C895. Grayscale: #5B5B5B. Windows color (decimal): -6473878 or 6961053. OLE color: 6961053.
HSL color Cylindrical-coordinate representation of color #9D376A: hue angle of 330º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9D376A is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 55 | 106 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.38 |
| HSL | 330º | 0.48% | 0.42% | - |
| HSV(B) | 330º | 0.65% | 0.62% | - |
| XYZ | 17.87 | 10.94 | 14.81 | - |
| YUV | 91.31 | 136.29 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 55 | 106 | 0 | 0.65 | 0.32 | 0.38 | 330 | 0.48 | 0.42 |
| Hex | 9D | 37 | 6A | 0 | 41 | 20 | 26 | 14A | 30 | 2A |
| Octal | 235 | 67 | 152 | 0 | 101 | 40 | 46 | 512 | 60 | 52 |
| Binary | 10011101 | 110111 | 1101010 | 0 | 1000001 | 100000 | 100110 | 101001010 | 110000 | 101010 |
Color Harmonies of #9D376A
Complementary color
Monochromatic Colors of #9D376A
Black with #9D376A
Text Example
Text Example
White with #9D376A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D376A; }
p { color: rgb(157,55,106); }
H1.HeaderClassName
{
color: #9D376A;
}
.AnyTagClassName
{
color: #9D376A;
}
</style>
background-color css
<style>
a { background-color: #9D376A; }
a { background-color: rgb(157,55,106); }
div.DivClassName
{
background-color: #9D376A;
}
.BgClassName
{
background-color: #9D376A;
}
</style>
border-color css
<style>
span { border-color: #9D376A; }
span { border-color: rgb(157,55,106); }
td.TdClassName
{
border-color: #9D376A;
}
.TagClassName
{
border-color: #9D376A;
}
</style>