Shades of Rouge #9C356B
Tints of Rouge #9C356B
RGB
CMYK
RGB Variations
Color information
#9C356B (or 0x9C356B) is known color: Rouge. HEX triplet: 9C, 35 and 6B. RGB value is (156,53,107). Sum of RGB (Red+Green+Blue) = 156+53+107=316 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.37% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 156 - color contains mainly: red. Hex color #9C356B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C356B is #63CA94. Grayscale: #595959. Windows color (decimal): -6539925 or 7026076. OLE color: 7026076.
HSL color Cylindrical-coordinate representation of color #9C356B: hue angle of 328.54º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9C356B is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 53 | 107 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.39 |
| HSL | 328.54º | 0.49% | 0.41% | - |
| HSV(B) | 328.54º | 0.66% | 0.61% | - |
| XYZ | 17.64 | 10.68 | 15.04 | - |
| YUV | 89.95 | 137.62 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 53 | 107 | 0 | 0.66 | 0.31 | 0.39 | 328.54 | 0.49 | 0.41 |
| Hex | 9C | 35 | 6B | 0 | 42 | 1F | 27 | 149 | 31 | 29 |
| Octal | 234 | 65 | 153 | 0 | 102 | 37 | 47 | 511 | 61 | 51 |
| Binary | 10011100 | 110101 | 1101011 | 0 | 1000010 | 11111 | 100111 | 101001001 | 110001 | 101001 |
Color Harmonies of #9C356B
Complementary color
Monochromatic Colors of #9C356B
Black with #9C356B
Text Example
Text Example
White with #9C356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C356B; }
p { color: rgb(156,53,107); }
H1.HeaderClassName
{
color: #9C356B;
}
.AnyTagClassName
{
color: #9C356B;
}
</style>
background-color css
<style>
a { background-color: #9C356B; }
a { background-color: rgb(156,53,107); }
div.DivClassName
{
background-color: #9C356B;
}
.BgClassName
{
background-color: #9C356B;
}
</style>
border-color css
<style>
span { border-color: #9C356B; }
span { border-color: rgb(156,53,107); }
td.TdClassName
{
border-color: #9C356B;
}
.TagClassName
{
border-color: #9C356B;
}
</style>