Shades of Rouge #9D366B
Tints of Rouge #9D366B
RGB
CMYK
RGB Variations
Color information
#9D366B (or 0x9D366B) is known color: Rouge. HEX triplet: 9D, 36 and 6B. RGB value is (157,54,107). Sum of RGB (Red+Green+Blue) = 157+54+107=318 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.37% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 157 - color contains mainly: red. Hex color #9D366B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D366B is #62C994. Grayscale: #5A5A5A. Windows color (decimal): -6474133 or 7026333. OLE color: 7026333.
HSL color Cylindrical-coordinate representation of color #9D366B: hue angle of 329.13º 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 #9D366B is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 54 | 107 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.38 |
| HSL | 329.13º | 0.49% | 0.41% | - |
| HSV(B) | 329.13º | 0.66% | 0.62% | - |
| XYZ | 17.88 | 10.87 | 15.07 | - |
| YUV | 90.84 | 137.12 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 54 | 107 | 0 | 0.66 | 0.32 | 0.38 | 329.13 | 0.49 | 0.41 |
| Hex | 9D | 36 | 6B | 0 | 42 | 20 | 26 | 149 | 31 | 29 |
| Octal | 235 | 66 | 153 | 0 | 102 | 40 | 46 | 511 | 61 | 51 |
| Binary | 10011101 | 110110 | 1101011 | 0 | 1000010 | 100000 | 100110 | 101001001 | 110001 | 101001 |
Color Harmonies of #9D366B
Complementary color
Monochromatic Colors of #9D366B
Black with #9D366B
Text Example
Text Example
White with #9D366B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D366B; }
p { color: rgb(157,54,107); }
H1.HeaderClassName
{
color: #9D366B;
}
.AnyTagClassName
{
color: #9D366B;
}
</style>
background-color css
<style>
a { background-color: #9D366B; }
a { background-color: rgb(157,54,107); }
div.DivClassName
{
background-color: #9D366B;
}
.BgClassName
{
background-color: #9D366B;
}
</style>
border-color css
<style>
span { border-color: #9D366B; }
span { border-color: rgb(157,54,107); }
td.TdClassName
{
border-color: #9D366B;
}
.TagClassName
{
border-color: #9D366B;
}
</style>