Shades of Rouge #9D386A
Tints of Rouge #9D386A
RGB
CMYK
RGB Variations
Color information
#9D386A (or 0x9D386A) is known color: Rouge. HEX triplet: 9D, 38 and 6A. RGB value is (157,56,106). Sum of RGB (Red+Green+Blue) = 157+56+106=319 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.22% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 157 - color contains mainly: red. Hex color #9D386A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D386A is #62C795. Grayscale: #5B5B5B. Windows color (decimal): -6473622 or 6961309. OLE color: 6961309.
HSL color Cylindrical-coordinate representation of color #9D386A: hue angle of 330.3º 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 #9D386A is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 56 | 106 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.38 |
| HSL | 330.3º | 0.47% | 0.42% | - |
| HSV(B) | 330.3º | 0.64% | 0.62% | - |
| XYZ | 17.92 | 11.04 | 14.82 | - |
| YUV | 91.9 | 135.96 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 56 | 106 | 0 | 0.64 | 0.32 | 0.38 | 330.3 | 0.47 | 0.42 |
| Hex | 9D | 38 | 6A | 0 | 40 | 20 | 26 | 14A | 2F | 2A |
| Octal | 235 | 70 | 152 | 0 | 100 | 40 | 46 | 512 | 57 | 52 |
| Binary | 10011101 | 111000 | 1101010 | 0 | 1000000 | 100000 | 100110 | 101001010 | 101111 | 101010 |
Color Harmonies of #9D386A
Complementary color
Monochromatic Colors of #9D386A
Black with #9D386A
Text Example
Text Example
White with #9D386A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D386A; }
p { color: rgb(157,56,106); }
H1.HeaderClassName
{
color: #9D386A;
}
.AnyTagClassName
{
color: #9D386A;
}
</style>
background-color css
<style>
a { background-color: #9D386A; }
a { background-color: rgb(157,56,106); }
div.DivClassName
{
background-color: #9D386A;
}
.BgClassName
{
background-color: #9D386A;
}
</style>
border-color css
<style>
span { border-color: #9D386A; }
span { border-color: rgb(157,56,106); }
td.TdClassName
{
border-color: #9D386A;
}
.TagClassName
{
border-color: #9D386A;
}
</style>