Shades of Rouge #9D3676
Tints of Rouge #9D3676
RGB
CMYK
RGB Variations
Color information
#9D3676 (or 0x9D3676) is known color: Rouge. HEX triplet: 9D, 36 and 76. RGB value is (157,54,118). Sum of RGB (Red+Green+Blue) = 157+54+118=329 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.72% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3676 is #62C989. Grayscale: #5B5B5B. Windows color (decimal): -6474122 or 7747229. OLE color: 7747229.
HSL color Cylindrical-coordinate representation of color #9D3676: hue angle of 322.72º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D3676 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 54 | 118 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.38 |
| HSL | 322.72º | 0.49% | 0.41% | - |
| HSV(B) | 322.72º | 0.66% | 0.62% | - |
| XYZ | 18.49 | 11.11 | 18.31 | - |
| YUV | 92.09 | 142.62 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 54 | 118 | 0 | 0.66 | 0.25 | 0.38 | 322.72 | 0.49 | 0.41 |
| Hex | 9D | 36 | 76 | 0 | 42 | 19 | 26 | 143 | 31 | 29 |
| Octal | 235 | 66 | 166 | 0 | 102 | 31 | 46 | 503 | 61 | 51 |
| Binary | 10011101 | 110110 | 1110110 | 0 | 1000010 | 11001 | 100110 | 101000011 | 110001 | 101001 |
Color Harmonies of #9D3676
Complementary color
Monochromatic Colors of #9D3676
Black with #9D3676
Text Example
Text Example
White with #9D3676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3676; }
p { color: rgb(157,54,118); }
H1.HeaderClassName
{
color: #9D3676;
}
.AnyTagClassName
{
color: #9D3676;
}
</style>
background-color css
<style>
a { background-color: #9D3676; }
a { background-color: rgb(157,54,118); }
div.DivClassName
{
background-color: #9D3676;
}
.BgClassName
{
background-color: #9D3676;
}
</style>
border-color css
<style>
span { border-color: #9D3676; }
span { border-color: rgb(157,54,118); }
td.TdClassName
{
border-color: #9D3676;
}
.TagClassName
{
border-color: #9D3676;
}
</style>