Shades of Rouge #9F3B61
Tints of Rouge #9F3B61
RGB
CMYK
RGB Variations
Color information
#9F3B61 (or 0x9F3B61) is known color: Rouge. HEX triplet: 9F, 3B and 61. RGB value is (159,59,97). Sum of RGB (Red+Green+Blue) = 159+59+97=315 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.48% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 97 (38.28% from 255 or 30.79% from 315); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3B61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3B61 is #60C49E. Grayscale: #5D5D5D. Windows color (decimal): -6341791 or 6372255. OLE color: 6372255.
HSL color Cylindrical-coordinate representation of color #9F3B61: hue angle of 337.2º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9F3B61 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 59 | 97 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.38 |
| HSL | 337.2º | 0.46% | 0.43% | - |
| HSV(B) | 337.2º | 0.63% | 0.62% | - |
| XYZ | 18.02 | 11.36 | 12.55 | - |
| YUV | 93.23 | 130.13 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 59 | 97 | 0 | 0.63 | 0.39 | 0.38 | 337.2 | 0.46 | 0.43 |
| Hex | 9F | 3B | 61 | 0 | 3F | 27 | 26 | 151 | 2E | 2B |
| Octal | 237 | 73 | 141 | 0 | 77 | 47 | 46 | 521 | 56 | 53 |
| Binary | 10011111 | 111011 | 1100001 | 0 | 111111 | 100111 | 100110 | 101010001 | 101110 | 101011 |
Color Harmonies of #9F3B61
Complementary color
Monochromatic Colors of #9F3B61
Black with #9F3B61
Text Example
Text Example
White with #9F3B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3B61; }
p { color: rgb(159,59,97); }
H1.HeaderClassName
{
color: #9F3B61;
}
.AnyTagClassName
{
color: #9F3B61;
}
</style>
background-color css
<style>
a { background-color: #9F3B61; }
a { background-color: rgb(159,59,97); }
div.DivClassName
{
background-color: #9F3B61;
}
.BgClassName
{
background-color: #9F3B61;
}
</style>
border-color css
<style>
span { border-color: #9F3B61; }
span { border-color: rgb(159,59,97); }
td.TdClassName
{
border-color: #9F3B61;
}
.TagClassName
{
border-color: #9F3B61;
}
</style>