Shades of Rouge #9C3676
Tints of Rouge #9C3676
RGB
CMYK
RGB Variations
Color information
#9C3676 (or 0x9C3676) is known color: Rouge. HEX triplet: 9C, 36 and 76. RGB value is (156,54,118). Sum of RGB (Red+Green+Blue) = 156+54+118=328 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.56% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3676 is #63C989. Grayscale: #5B5B5B. Windows color (decimal): -6539658 or 7747228. OLE color: 7747228.
HSL color Cylindrical-coordinate representation of color #9C3676: hue angle of 322.35º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C3676 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 54 | 118 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.39 |
| HSL | 322.35º | 0.49% | 0.41% | - |
| HSV(B) | 322.35º | 0.65% | 0.61% | - |
| XYZ | 18.3 | 11.01 | 18.3 | - |
| YUV | 91.79 | 142.79 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 54 | 118 | 0 | 0.65 | 0.24 | 0.39 | 322.35 | 0.49 | 0.41 |
| Hex | 9C | 36 | 76 | 0 | 41 | 18 | 27 | 142 | 31 | 29 |
| Octal | 234 | 66 | 166 | 0 | 101 | 30 | 47 | 502 | 61 | 51 |
| Binary | 10011100 | 110110 | 1110110 | 0 | 1000001 | 11000 | 100111 | 101000010 | 110001 | 101001 |
Color Harmonies of #9C3676
Complementary color
Monochromatic Colors of #9C3676
Black with #9C3676
Text Example
Text Example
White with #9C3676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3676; }
p { color: rgb(156,54,118); }
H1.HeaderClassName
{
color: #9C3676;
}
.AnyTagClassName
{
color: #9C3676;
}
</style>
background-color css
<style>
a { background-color: #9C3676; }
a { background-color: rgb(156,54,118); }
div.DivClassName
{
background-color: #9C3676;
}
.BgClassName
{
background-color: #9C3676;
}
</style>
border-color css
<style>
span { border-color: #9C3676; }
span { border-color: rgb(156,54,118); }
td.TdClassName
{
border-color: #9C3676;
}
.TagClassName
{
border-color: #9C3676;
}
</style>