Shades of Rouge #9F306F
Tints of Rouge #9F306F
RGB
CMYK
RGB Variations
Color information
#9F306F (or 0x9F306F) is known color: Rouge. HEX triplet: 9F, 30 and 6F. RGB value is (159,48,111). Sum of RGB (Red+Green+Blue) = 159+48+111=318 (42% of max value = 765). Red value is 159 (62.5% from 255 or 50% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 159 - color contains mainly: red. Hex color #9F306F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F306F is #60CF90. Grayscale: #585858. Windows color (decimal): -6344593 or 7286943. OLE color: 7286943.
HSL color Cylindrical-coordinate representation of color #9F306F: hue angle of 325.95º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F306F is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 48 | 111 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.38 |
| HSL | 325.95º | 0.54% | 0.41% | - |
| HSV(B) | 325.95º | 0.7% | 0.62% | - |
| XYZ | 18.22 | 10.63 | 16.13 | - |
| YUV | 88.37 | 140.77 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 48 | 111 | 0 | 0.70 | 0.30 | 0.38 | 325.95 | 0.54 | 0.41 |
| Hex | 9F | 30 | 6F | 0 | 46 | 1E | 26 | 146 | 36 | 29 |
| Octal | 237 | 60 | 157 | 0 | 106 | 36 | 46 | 506 | 66 | 51 |
| Binary | 10011111 | 110000 | 1101111 | 0 | 1000110 | 11110 | 100110 | 101000110 | 110110 | 101001 |
Color Harmonies of #9F306F
Complementary color
Monochromatic Colors of #9F306F
Black with #9F306F
Text Example
Text Example
White with #9F306F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F306F; }
p { color: rgb(159,48,111); }
H1.HeaderClassName
{
color: #9F306F;
}
.AnyTagClassName
{
color: #9F306F;
}
</style>
background-color css
<style>
a { background-color: #9F306F; }
a { background-color: rgb(159,48,111); }
div.DivClassName
{
background-color: #9F306F;
}
.BgClassName
{
background-color: #9F306F;
}
</style>
border-color css
<style>
span { border-color: #9F306F; }
span { border-color: rgb(159,48,111); }
td.TdClassName
{
border-color: #9F306F;
}
.TagClassName
{
border-color: #9F306F;
}
</style>