Shades of Rouge #9F3F5E
Tints of Rouge #9F3F5E
RGB
CMYK
RGB Variations
Color information
#9F3F5E (or 0x9F3F5E) is known color: Rouge. HEX triplet: 9F, 3F and 5E. RGB value is (159,63,94). Sum of RGB (Red+Green+Blue) = 159+63+94=316 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.32% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3F5E is #60C0A1. Grayscale: #5F5F5F. Windows color (decimal): -6340770 or 6176671. OLE color: 6176671.
HSL color Cylindrical-coordinate representation of color #9F3F5E: hue angle of 340.62º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F3F5E is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 63 | 94 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.38 |
| HSL | 340.63º | 0.43% | 0.44% | - |
| HSV(B) | 340.63º | 0.6% | 0.62% | - |
| XYZ | 18.1 | 11.73 | 11.9 | - |
| YUV | 95.24 | 127.3 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 63 | 94 | 0 | 0.60 | 0.41 | 0.38 | 340.63 | 0.43 | 0.44 |
| Hex | 9F | 3F | 5E | 0 | 3C | 29 | 26 | 155 | 2B | 2C |
| Octal | 237 | 77 | 136 | 0 | 74 | 51 | 46 | 525 | 53 | 54 |
| Binary | 10011111 | 111111 | 1011110 | 0 | 111100 | 101001 | 100110 | 101010101 | 101011 | 101100 |
Color Harmonies of #9F3F5E
Complementary color
Monochromatic Colors of #9F3F5E
Black with #9F3F5E
Text Example
Text Example
White with #9F3F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3F5E; }
p { color: rgb(159,63,94); }
H1.HeaderClassName
{
color: #9F3F5E;
}
.AnyTagClassName
{
color: #9F3F5E;
}
</style>
background-color css
<style>
a { background-color: #9F3F5E; }
a { background-color: rgb(159,63,94); }
div.DivClassName
{
background-color: #9F3F5E;
}
.BgClassName
{
background-color: #9F3F5E;
}
</style>
border-color css
<style>
span { border-color: #9F3F5E; }
span { border-color: rgb(159,63,94); }
td.TdClassName
{
border-color: #9F3F5E;
}
.TagClassName
{
border-color: #9F3F5E;
}
</style>