Shades of Rouge #9C376D
Tints of Rouge #9C376D
RGB
CMYK
RGB Variations
Color information
#9C376D (or 0x9C376D) is known color: Rouge. HEX triplet: 9C, 37 and 6D. RGB value is (156,55,109). Sum of RGB (Red+Green+Blue) = 156+55+109=320 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.75% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 156 - color contains mainly: red. Hex color #9C376D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C376D is #63C892. Grayscale: #5B5B5B. Windows color (decimal): -6539411 or 7157660. OLE color: 7157660.
HSL color Cylindrical-coordinate representation of color #9C376D: hue angle of 327.92º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C376D is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 55 | 109 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.39 |
| HSL | 327.92º | 0.48% | 0.41% | - |
| HSV(B) | 327.92º | 0.65% | 0.61% | - |
| XYZ | 17.84 | 10.9 | 15.63 | - |
| YUV | 91.36 | 137.96 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 55 | 109 | 0 | 0.65 | 0.30 | 0.39 | 327.92 | 0.48 | 0.41 |
| Hex | 9C | 37 | 6D | 0 | 41 | 1E | 27 | 148 | 30 | 29 |
| Octal | 234 | 67 | 155 | 0 | 101 | 36 | 47 | 510 | 60 | 51 |
| Binary | 10011100 | 110111 | 1101101 | 0 | 1000001 | 11110 | 100111 | 101001000 | 110000 | 101001 |
Color Harmonies of #9C376D
Complementary color
Monochromatic Colors of #9C376D
Black with #9C376D
Text Example
Text Example
White with #9C376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C376D; }
p { color: rgb(156,55,109); }
H1.HeaderClassName
{
color: #9C376D;
}
.AnyTagClassName
{
color: #9C376D;
}
</style>
background-color css
<style>
a { background-color: #9C376D; }
a { background-color: rgb(156,55,109); }
div.DivClassName
{
background-color: #9C376D;
}
.BgClassName
{
background-color: #9C376D;
}
</style>
border-color css
<style>
span { border-color: #9C376D; }
span { border-color: rgb(156,55,109); }
td.TdClassName
{
border-color: #9C376D;
}
.TagClassName
{
border-color: #9C376D;
}
</style>