Shades of Rouge #9C2E6E
Tints of Rouge #9C2E6E
RGB
CMYK
RGB Variations
Color information
#9C2E6E (or 0x9C2E6E) is known color: Rouge. HEX triplet: 9C, 2E and 6E. RGB value is (156,46,110). Sum of RGB (Red+Green+Blue) = 156+46+110=312 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50% from 312); Green value is 46 (18.36% from 255 or 14.74% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2E6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2E6E is #63D191. Grayscale: #565656. Windows color (decimal): -6541714 or 7220892. OLE color: 7220892.
HSL color Cylindrical-coordinate representation of color #9C2E6E: hue angle of 325.09º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9C2E6E is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 46 | 110 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.39 |
| HSL | 325.09º | 0.54% | 0.4% | - |
| HSV(B) | 325.09º | 0.71% | 0.61% | - |
| XYZ | 17.5 | 10.15 | 15.79 | - |
| YUV | 86.19 | 141.44 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 46 | 110 | 0 | 0.71 | 0.29 | 0.39 | 325.09 | 0.54 | 0.4 |
| Hex | 9C | 2E | 6E | 0 | 47 | 1D | 27 | 145 | 36 | 28 |
| Octal | 234 | 56 | 156 | 0 | 107 | 35 | 47 | 505 | 66 | 50 |
| Binary | 10011100 | 101110 | 1101110 | 0 | 1000111 | 11101 | 100111 | 101000101 | 110110 | 101000 |
Color Harmonies of #9C2E6E
Complementary color
Monochromatic Colors of #9C2E6E
Black with #9C2E6E
Text Example
Text Example
White with #9C2E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2E6E; }
p { color: rgb(156,46,110); }
H1.HeaderClassName
{
color: #9C2E6E;
}
.AnyTagClassName
{
color: #9C2E6E;
}
</style>
background-color css
<style>
a { background-color: #9C2E6E; }
a { background-color: rgb(156,46,110); }
div.DivClassName
{
background-color: #9C2E6E;
}
.BgClassName
{
background-color: #9C2E6E;
}
</style>
border-color css
<style>
span { border-color: #9C2E6E; }
span { border-color: rgb(156,46,110); }
td.TdClassName
{
border-color: #9C2E6E;
}
.TagClassName
{
border-color: #9C2E6E;
}
</style>