Shades of Rouge #9F3772
Tints of Rouge #9F3772
RGB
CMYK
RGB Variations
Color information
#9F3772 (or 0x9F3772) is known color: Rouge. HEX triplet: 9F, 37 and 72. RGB value is (159,55,114). Sum of RGB (Red+Green+Blue) = 159+55+114=328 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.48% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3772 is #60C88D. Grayscale: #5C5C5C. Windows color (decimal): -6342798 or 7485343. OLE color: 7485343.
HSL color Cylindrical-coordinate representation of color #9F3772: hue angle of 325.96º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F3772 is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 55 | 114 | - |
| CMYK | 0 | 0.65 | 0.28 | 0.38 |
| HSL | 325.96º | 0.49% | 0.42% | - |
| HSV(B) | 325.96º | 0.65% | 0.62% | - |
| XYZ | 18.7 | 11.32 | 17.12 | - |
| YUV | 92.82 | 139.96 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 55 | 114 | 0 | 0.65 | 0.28 | 0.38 | 325.96 | 0.49 | 0.42 |
| Hex | 9F | 37 | 72 | 0 | 41 | 1C | 26 | 146 | 31 | 2A |
| Octal | 237 | 67 | 162 | 0 | 101 | 34 | 46 | 506 | 61 | 52 |
| Binary | 10011111 | 110111 | 1110010 | 0 | 1000001 | 11100 | 100110 | 101000110 | 110001 | 101010 |
Color Harmonies of #9F3772
Complementary color
Monochromatic Colors of #9F3772
Black with #9F3772
Text Example
Text Example
White with #9F3772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3772; }
p { color: rgb(159,55,114); }
H1.HeaderClassName
{
color: #9F3772;
}
.AnyTagClassName
{
color: #9F3772;
}
</style>
background-color css
<style>
a { background-color: #9F3772; }
a { background-color: rgb(159,55,114); }
div.DivClassName
{
background-color: #9F3772;
}
.BgClassName
{
background-color: #9F3772;
}
</style>
border-color css
<style>
span { border-color: #9F3772; }
span { border-color: rgb(159,55,114); }
td.TdClassName
{
border-color: #9F3772;
}
.TagClassName
{
border-color: #9F3772;
}
</style>