Shades of Rouge #9C4375
Tints of Rouge #9C4375
RGB
CMYK
RGB Variations
Color information
#9C4375 (or 0x9C4375) is known color: Rouge. HEX triplet: 9C, 43 and 75. RGB value is (156,67,117). Sum of RGB (Red+Green+Blue) = 156+67+117=340 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.88% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4375 is #63BC8A. Grayscale: #636363. Windows color (decimal): -6536331 or 7685020. OLE color: 7685020.
HSL color Cylindrical-coordinate representation of color #9C4375: hue angle of 326.29º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C4375 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 67 | 117 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.39 |
| HSL | 326.29º | 0.4% | 0.44% | - |
| HSV(B) | 326.29º | 0.57% | 0.61% | - |
| XYZ | 18.93 | 12.37 | 18.22 | - |
| YUV | 99.31 | 137.99 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 67 | 117 | 0 | 0.57 | 0.25 | 0.39 | 326.29 | 0.4 | 0.44 |
| Hex | 9C | 43 | 75 | 0 | 39 | 19 | 27 | 146 | 28 | 2C |
| Octal | 234 | 103 | 165 | 0 | 71 | 31 | 47 | 506 | 50 | 54 |
| Binary | 10011100 | 1000011 | 1110101 | 0 | 111001 | 11001 | 100111 | 101000110 | 101000 | 101100 |
Color Harmonies of #9C4375
Complementary color
Monochromatic Colors of #9C4375
Black with #9C4375
Text Example
Text Example
White with #9C4375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4375; }
p { color: rgb(156,67,117); }
H1.HeaderClassName
{
color: #9C4375;
}
.AnyTagClassName
{
color: #9C4375;
}
</style>
background-color css
<style>
a { background-color: #9C4375; }
a { background-color: rgb(156,67,117); }
div.DivClassName
{
background-color: #9C4375;
}
.BgClassName
{
background-color: #9C4375;
}
</style>
border-color css
<style>
span { border-color: #9C4375; }
span { border-color: rgb(156,67,117); }
td.TdClassName
{
border-color: #9C4375;
}
.TagClassName
{
border-color: #9C4375;
}
</style>