Shades of Rouge #9C386D
Tints of Rouge #9C386D
RGB
CMYK
RGB Variations
Color information
#9C386D (or 0x9C386D) is known color: Rouge. HEX triplet: 9C, 38 and 6D. RGB value is (156,56,109). Sum of RGB (Red+Green+Blue) = 156+56+109=321 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.60% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 156 - color contains mainly: red. Hex color #9C386D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C386D is #63C792. Grayscale: #5B5B5B. Windows color (decimal): -6539155 or 7157916. OLE color: 7157916.
HSL color Cylindrical-coordinate representation of color #9C386D: hue angle of 328.2º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9C386D is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 56 | 109 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.39 |
| HSL | 328.2º | 0.47% | 0.42% | - |
| HSV(B) | 328.2º | 0.64% | 0.61% | - |
| XYZ | 17.88 | 11 | 15.65 | - |
| YUV | 91.94 | 137.63 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 56 | 109 | 0 | 0.64 | 0.30 | 0.39 | 328.2 | 0.47 | 0.42 |
| Hex | 9C | 38 | 6D | 0 | 40 | 1E | 27 | 148 | 2F | 2A |
| Octal | 234 | 70 | 155 | 0 | 100 | 36 | 47 | 510 | 57 | 52 |
| Binary | 10011100 | 111000 | 1101101 | 0 | 1000000 | 11110 | 100111 | 101001000 | 101111 | 101010 |
Color Harmonies of #9C386D
Complementary color
Monochromatic Colors of #9C386D
Black with #9C386D
Text Example
Text Example
White with #9C386D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C386D; }
p { color: rgb(156,56,109); }
H1.HeaderClassName
{
color: #9C386D;
}
.AnyTagClassName
{
color: #9C386D;
}
</style>
background-color css
<style>
a { background-color: #9C386D; }
a { background-color: rgb(156,56,109); }
div.DivClassName
{
background-color: #9C386D;
}
.BgClassName
{
background-color: #9C386D;
}
</style>
border-color css
<style>
span { border-color: #9C386D; }
span { border-color: rgb(156,56,109); }
td.TdClassName
{
border-color: #9C386D;
}
.TagClassName
{
border-color: #9C386D;
}
</style>