Shades of Rouge #9F3760
Tints of Rouge #9F3760
RGB
CMYK
RGB Variations
Color information
#9F3760 (or 0x9F3760) is known color: Rouge. HEX triplet: 9F, 37 and 60. RGB value is (159,55,96). Sum of RGB (Red+Green+Blue) = 159+55+96=310 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.29% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3760 is #60C89F. Grayscale: #5A5A5A. Windows color (decimal): -6342816 or 6305695. OLE color: 6305695.
HSL color Cylindrical-coordinate representation of color #9F3760: hue angle of 336.35º 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 #9F3760 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 55 | 96 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.38 |
| HSL | 336.35º | 0.49% | 0.42% | - |
| HSV(B) | 336.35º | 0.65% | 0.62% | - |
| XYZ | 17.78 | 10.95 | 12.24 | - |
| YUV | 90.77 | 130.96 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 55 | 96 | 0 | 0.65 | 0.40 | 0.38 | 336.35 | 0.49 | 0.42 |
| Hex | 9F | 37 | 60 | 0 | 41 | 28 | 26 | 150 | 31 | 2A |
| Octal | 237 | 67 | 140 | 0 | 101 | 50 | 46 | 520 | 61 | 52 |
| Binary | 10011111 | 110111 | 1100000 | 0 | 1000001 | 101000 | 100110 | 101010000 | 110001 | 101010 |
Color Harmonies of #9F3760
Complementary color
Monochromatic Colors of #9F3760
Black with #9F3760
Text Example
Text Example
White with #9F3760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3760; }
p { color: rgb(159,55,96); }
H1.HeaderClassName
{
color: #9F3760;
}
.AnyTagClassName
{
color: #9F3760;
}
</style>
background-color css
<style>
a { background-color: #9F3760; }
a { background-color: rgb(159,55,96); }
div.DivClassName
{
background-color: #9F3760;
}
.BgClassName
{
background-color: #9F3760;
}
</style>
border-color css
<style>
span { border-color: #9F3760; }
span { border-color: rgb(159,55,96); }
td.TdClassName
{
border-color: #9F3760;
}
.TagClassName
{
border-color: #9F3760;
}
</style>