Shades of Rouge #9C4076
Tints of Rouge #9C4076
RGB
CMYK
RGB Variations
Color information
#9C4076 (or 0x9C4076) is known color: Rouge. HEX triplet: 9C, 40 and 76. RGB value is (156,64,118). Sum of RGB (Red+Green+Blue) = 156+64+118=338 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.15% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4076 is #63BF89. Grayscale: #616161. Windows color (decimal): -6537098 or 7749788. OLE color: 7749788.
HSL color Cylindrical-coordinate representation of color #9C4076: hue angle of 324.78º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9C4076 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 64 | 118 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.39 |
| HSL | 324.78º | 0.42% | 0.43% | - |
| HSV(B) | 324.78º | 0.59% | 0.61% | - |
| XYZ | 18.81 | 12.04 | 18.47 | - |
| YUV | 97.66 | 139.48 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 64 | 118 | 0 | 0.59 | 0.24 | 0.39 | 324.78 | 0.42 | 0.43 |
| Hex | 9C | 40 | 76 | 0 | 3B | 18 | 27 | 145 | 2A | 2B |
| Octal | 234 | 100 | 166 | 0 | 73 | 30 | 47 | 505 | 52 | 53 |
| Binary | 10011100 | 1000000 | 1110110 | 0 | 111011 | 11000 | 100111 | 101000101 | 101010 | 101011 |
Color Harmonies of #9C4076
Complementary color
Monochromatic Colors of #9C4076
Black with #9C4076
Text Example
Text Example
White with #9C4076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4076; }
p { color: rgb(156,64,118); }
H1.HeaderClassName
{
color: #9C4076;
}
.AnyTagClassName
{
color: #9C4076;
}
</style>
background-color css
<style>
a { background-color: #9C4076; }
a { background-color: rgb(156,64,118); }
div.DivClassName
{
background-color: #9C4076;
}
.BgClassName
{
background-color: #9C4076;
}
</style>
border-color css
<style>
span { border-color: #9C4076; }
span { border-color: rgb(156,64,118); }
td.TdClassName
{
border-color: #9C4076;
}
.TagClassName
{
border-color: #9C4076;
}
</style>