Shades of Rouge #9F336F
Tints of Rouge #9F336F
RGB
CMYK
RGB Variations
Color information
#9F336F (or 0x9F336F) is known color: Rouge. HEX triplet: 9F, 33 and 6F. RGB value is (159,51,111). Sum of RGB (Red+Green+Blue) = 159+51+111=321 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.53% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 159 - color contains mainly: red. Hex color #9F336F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F336F is #60CC90. Grayscale: #5A5A5A. Windows color (decimal): -6343825 or 7287711. OLE color: 7287711.
HSL color Cylindrical-coordinate representation of color #9F336F: hue angle of 326.67º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F336F is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 51 | 111 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.38 |
| HSL | 326.67º | 0.51% | 0.41% | - |
| HSV(B) | 326.67º | 0.68% | 0.62% | - |
| XYZ | 18.35 | 10.89 | 16.17 | - |
| YUV | 90.13 | 139.78 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 51 | 111 | 0 | 0.68 | 0.30 | 0.38 | 326.67 | 0.51 | 0.41 |
| Hex | 9F | 33 | 6F | 0 | 44 | 1E | 26 | 147 | 33 | 29 |
| Octal | 237 | 63 | 157 | 0 | 104 | 36 | 46 | 507 | 63 | 51 |
| Binary | 10011111 | 110011 | 1101111 | 0 | 1000100 | 11110 | 100110 | 101000111 | 110011 | 101001 |
Color Harmonies of #9F336F
Complementary color
Monochromatic Colors of #9F336F
Black with #9F336F
Text Example
Text Example
White with #9F336F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F336F; }
p { color: rgb(159,51,111); }
H1.HeaderClassName
{
color: #9F336F;
}
.AnyTagClassName
{
color: #9F336F;
}
</style>
background-color css
<style>
a { background-color: #9F336F; }
a { background-color: rgb(159,51,111); }
div.DivClassName
{
background-color: #9F336F;
}
.BgClassName
{
background-color: #9F336F;
}
</style>
border-color css
<style>
span { border-color: #9F336F; }
span { border-color: rgb(159,51,111); }
td.TdClassName
{
border-color: #9F336F;
}
.TagClassName
{
border-color: #9F336F;
}
</style>