Shades of Rouge #9C3668
Tints of Rouge #9C3668
RGB
CMYK
RGB Variations
Color information
#9C3668 (or 0x9C3668) is known color: Rouge. HEX triplet: 9C, 36 and 68. RGB value is (156,54,104). Sum of RGB (Red+Green+Blue) = 156+54+104=314 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.68% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3668 is #63C997. Grayscale: #5A5A5A. Windows color (decimal): -6539672 or 6829724. OLE color: 6829724.
HSL color Cylindrical-coordinate representation of color #9C3668: hue angle of 330.59º 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 #9C3668 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 54 | 104 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.39 |
| HSL | 330.59º | 0.49% | 0.41% | - |
| HSV(B) | 330.59º | 0.65% | 0.61% | - |
| XYZ | 17.53 | 10.71 | 14.24 | - |
| YUV | 90.2 | 135.79 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 54 | 104 | 0 | 0.65 | 0.33 | 0.39 | 330.59 | 0.49 | 0.41 |
| Hex | 9C | 36 | 68 | 0 | 41 | 21 | 27 | 14B | 31 | 29 |
| Octal | 234 | 66 | 150 | 0 | 101 | 41 | 47 | 513 | 61 | 51 |
| Binary | 10011100 | 110110 | 1101000 | 0 | 1000001 | 100001 | 100111 | 101001011 | 110001 | 101001 |
Color Harmonies of #9C3668
Complementary color
Monochromatic Colors of #9C3668
Black with #9C3668
Text Example
Text Example
White with #9C3668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3668; }
p { color: rgb(156,54,104); }
H1.HeaderClassName
{
color: #9C3668;
}
.AnyTagClassName
{
color: #9C3668;
}
</style>
background-color css
<style>
a { background-color: #9C3668; }
a { background-color: rgb(156,54,104); }
div.DivClassName
{
background-color: #9C3668;
}
.BgClassName
{
background-color: #9C3668;
}
</style>
border-color css
<style>
span { border-color: #9C3668; }
span { border-color: rgb(156,54,104); }
td.TdClassName
{
border-color: #9C3668;
}
.TagClassName
{
border-color: #9C3668;
}
</style>