Shades of Rouge #9C3976
Tints of Rouge #9C3976
RGB
CMYK
RGB Variations
Color information
#9C3976 (or 0x9C3976) is known color: Rouge. HEX triplet: 9C, 39 and 76. RGB value is (156,57,118). Sum of RGB (Red+Green+Blue) = 156+57+118=331 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.13% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3976 is #63C689. Grayscale: #5D5D5D. Windows color (decimal): -6538890 or 7747996. OLE color: 7747996.
HSL color Cylindrical-coordinate representation of color #9C3976: hue angle of 323.03º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9C3976 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 57 | 118 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.39 |
| HSL | 323.03º | 0.46% | 0.42% | - |
| HSV(B) | 323.03º | 0.63% | 0.61% | - |
| XYZ | 18.44 | 11.3 | 18.35 | - |
| YUV | 93.56 | 141.8 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 57 | 118 | 0 | 0.63 | 0.24 | 0.39 | 323.03 | 0.46 | 0.42 |
| Hex | 9C | 39 | 76 | 0 | 3F | 18 | 27 | 143 | 2E | 2A |
| Octal | 234 | 71 | 166 | 0 | 77 | 30 | 47 | 503 | 56 | 52 |
| Binary | 10011100 | 111001 | 1110110 | 0 | 111111 | 11000 | 100111 | 101000011 | 101110 | 101010 |
Color Harmonies of #9C3976
Complementary color
Monochromatic Colors of #9C3976
Black with #9C3976
Text Example
Text Example
White with #9C3976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3976; }
p { color: rgb(156,57,118); }
H1.HeaderClassName
{
color: #9C3976;
}
.AnyTagClassName
{
color: #9C3976;
}
</style>
background-color css
<style>
a { background-color: #9C3976; }
a { background-color: rgb(156,57,118); }
div.DivClassName
{
background-color: #9C3976;
}
.BgClassName
{
background-color: #9C3976;
}
</style>
border-color css
<style>
span { border-color: #9C3976; }
span { border-color: rgb(156,57,118); }
td.TdClassName
{
border-color: #9C3976;
}
.TagClassName
{
border-color: #9C3976;
}
</style>