Shades of Rouge #9C366F
Tints of Rouge #9C366F
RGB
CMYK
RGB Variations
Color information
#9C366F (or 0x9C366F) is known color: Rouge. HEX triplet: 9C, 36 and 6F. RGB value is (156,54,111). Sum of RGB (Red+Green+Blue) = 156+54+111=321 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.60% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 156 - color contains mainly: red. Hex color #9C366F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C366F is #63C990. Grayscale: #5A5A5A. Windows color (decimal): -6539665 or 7288476. OLE color: 7288476.
HSL color Cylindrical-coordinate representation of color #9C366F: hue angle of 326.47º 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 #9C366F is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 54 | 111 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.39 |
| HSL | 326.47º | 0.49% | 0.41% | - |
| HSV(B) | 326.47º | 0.65% | 0.61% | - |
| XYZ | 17.9 | 10.85 | 16.19 | - |
| YUV | 91 | 139.29 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 54 | 111 | 0 | 0.65 | 0.29 | 0.39 | 326.47 | 0.49 | 0.41 |
| Hex | 9C | 36 | 6F | 0 | 41 | 1D | 27 | 146 | 31 | 29 |
| Octal | 234 | 66 | 157 | 0 | 101 | 35 | 47 | 506 | 61 | 51 |
| Binary | 10011100 | 110110 | 1101111 | 0 | 1000001 | 11101 | 100111 | 101000110 | 110001 | 101001 |
Color Harmonies of #9C366F
Complementary color
Monochromatic Colors of #9C366F
Black with #9C366F
Text Example
Text Example
White with #9C366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C366F; }
p { color: rgb(156,54,111); }
H1.HeaderClassName
{
color: #9C366F;
}
.AnyTagClassName
{
color: #9C366F;
}
</style>
background-color css
<style>
a { background-color: #9C366F; }
a { background-color: rgb(156,54,111); }
div.DivClassName
{
background-color: #9C366F;
}
.BgClassName
{
background-color: #9C366F;
}
</style>
border-color css
<style>
span { border-color: #9C366F; }
span { border-color: rgb(156,54,111); }
td.TdClassName
{
border-color: #9C366F;
}
.TagClassName
{
border-color: #9C366F;
}
</style>