Shades of Rouge #9C4472
Tints of Rouge #9C4472
RGB
CMYK
RGB Variations
Color information
#9C4472 (or 0x9C4472) is known color: Rouge. HEX triplet: 9C, 44 and 72. RGB value is (156,68,114). Sum of RGB (Red+Green+Blue) = 156+68+114=338 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.15% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4472 is #63BB8D. Grayscale: #636363. Windows color (decimal): -6536078 or 7488668. OLE color: 7488668.
HSL color Cylindrical-coordinate representation of color #9C4472: hue angle of 328.64º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C4472 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 68 | 114 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.39 |
| HSL | 328.64º | 0.39% | 0.44% | - |
| HSV(B) | 328.64º | 0.56% | 0.61% | - |
| XYZ | 18.81 | 12.42 | 17.32 | - |
| YUV | 99.56 | 136.15 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 68 | 114 | 0 | 0.56 | 0.27 | 0.39 | 328.64 | 0.39 | 0.44 |
| Hex | 9C | 44 | 72 | 0 | 38 | 1B | 27 | 149 | 27 | 2C |
| Octal | 234 | 104 | 162 | 0 | 70 | 33 | 47 | 511 | 47 | 54 |
| Binary | 10011100 | 1000100 | 1110010 | 0 | 111000 | 11011 | 100111 | 101001001 | 100111 | 101100 |
Color Harmonies of #9C4472
Complementary color
Monochromatic Colors of #9C4472
Black with #9C4472
Text Example
Text Example
White with #9C4472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4472; }
p { color: rgb(156,68,114); }
H1.HeaderClassName
{
color: #9C4472;
}
.AnyTagClassName
{
color: #9C4472;
}
</style>
background-color css
<style>
a { background-color: #9C4472; }
a { background-color: rgb(156,68,114); }
div.DivClassName
{
background-color: #9C4472;
}
.BgClassName
{
background-color: #9C4472;
}
</style>
border-color css
<style>
span { border-color: #9C4472; }
span { border-color: rgb(156,68,114); }
td.TdClassName
{
border-color: #9C4472;
}
.TagClassName
{
border-color: #9C4472;
}
</style>