Shades of Rouge #9C4277
Tints of Rouge #9C4277
RGB
CMYK
RGB Variations
Color information
#9C4277 (or 0x9C4277) is known color: Rouge. HEX triplet: 9C, 42 and 77. RGB value is (156,66,119). Sum of RGB (Red+Green+Blue) = 156+66+119=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4277 is #63BD88. Grayscale: #626262. Windows color (decimal): -6536585 or 7815836. OLE color: 7815836.
HSL color Cylindrical-coordinate representation of color #9C4277: hue angle of 324.67º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C4277 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 66 | 119 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.39 |
| HSL | 324.67º | 0.41% | 0.44% | - |
| HSV(B) | 324.67º | 0.58% | 0.61% | - |
| XYZ | 18.99 | 12.3 | 18.83 | - |
| YUV | 98.95 | 139.32 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 66 | 119 | 0 | 0.58 | 0.24 | 0.39 | 324.67 | 0.41 | 0.44 |
| Hex | 9C | 42 | 77 | 0 | 3A | 18 | 27 | 145 | 29 | 2C |
| Octal | 234 | 102 | 167 | 0 | 72 | 30 | 47 | 505 | 51 | 54 |
| Binary | 10011100 | 1000010 | 1110111 | 0 | 111010 | 11000 | 100111 | 101000101 | 101001 | 101100 |
Color Harmonies of #9C4277
Complementary color
Monochromatic Colors of #9C4277
Black with #9C4277
Text Example
Text Example
White with #9C4277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4277; }
p { color: rgb(156,66,119); }
H1.HeaderClassName
{
color: #9C4277;
}
.AnyTagClassName
{
color: #9C4277;
}
</style>
background-color css
<style>
a { background-color: #9C4277; }
a { background-color: rgb(156,66,119); }
div.DivClassName
{
background-color: #9C4277;
}
.BgClassName
{
background-color: #9C4277;
}
</style>
border-color css
<style>
span { border-color: #9C4277; }
span { border-color: rgb(156,66,119); }
td.TdClassName
{
border-color: #9C4277;
}
.TagClassName
{
border-color: #9C4277;
}
</style>