Shades of Rouge #9F3977
Tints of Rouge #9F3977
RGB
CMYK
RGB Variations
Color information
#9F3977 (or 0x9F3977) is known color: Rouge. HEX triplet: 9F, 39 and 77. RGB value is (159,57,119). Sum of RGB (Red+Green+Blue) = 159+57+119=335 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.46% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3977 is #60C688. Grayscale: #5E5E5E. Windows color (decimal): -6342281 or 7813535. OLE color: 7813535.
HSL color Cylindrical-coordinate representation of color #9F3977: hue angle of 323.53º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F3977 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 57 | 119 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.38 |
| HSL | 323.53º | 0.47% | 0.42% | - |
| HSV(B) | 323.53º | 0.64% | 0.62% | - |
| XYZ | 19.09 | 11.63 | 18.69 | - |
| YUV | 94.57 | 141.79 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 57 | 119 | 0 | 0.64 | 0.25 | 0.38 | 323.53 | 0.47 | 0.42 |
| Hex | 9F | 39 | 77 | 0 | 40 | 19 | 26 | 144 | 2F | 2A |
| Octal | 237 | 71 | 167 | 0 | 100 | 31 | 46 | 504 | 57 | 52 |
| Binary | 10011111 | 111001 | 1110111 | 0 | 1000000 | 11001 | 100110 | 101000100 | 101111 | 101010 |
Color Harmonies of #9F3977
Complementary color
Monochromatic Colors of #9F3977
Black with #9F3977
Text Example
Text Example
White with #9F3977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3977; }
p { color: rgb(159,57,119); }
H1.HeaderClassName
{
color: #9F3977;
}
.AnyTagClassName
{
color: #9F3977;
}
</style>
background-color css
<style>
a { background-color: #9F3977; }
a { background-color: rgb(159,57,119); }
div.DivClassName
{
background-color: #9F3977;
}
.BgClassName
{
background-color: #9F3977;
}
</style>
border-color css
<style>
span { border-color: #9F3977; }
span { border-color: rgb(159,57,119); }
td.TdClassName
{
border-color: #9F3977;
}
.TagClassName
{
border-color: #9F3977;
}
</style>