Shades of Rouge #9F486F
Tints of Rouge #9F486F
RGB
CMYK
RGB Variations
Color information
#9F486F (or 0x9F486F) is known color: Rouge. HEX triplet: 9F, 48 and 6F. RGB value is (159,72,111). Sum of RGB (Red+Green+Blue) = 159+72+111=342 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.49% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 159 - color contains mainly: red. Hex color #9F486F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F486F is #60B790. Grayscale: #666666. Windows color (decimal): -6338449 or 7293087. OLE color: 7293087.
HSL color Cylindrical-coordinate representation of color #9F486F: hue angle of 333.1º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F486F is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 72 | 111 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.38 |
| HSL | 333.1º | 0.38% | 0.45% | - |
| HSV(B) | 333.1º | 0.55% | 0.62% | - |
| XYZ | 19.48 | 13.15 | 16.55 | - |
| YUV | 102.46 | 132.82 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 72 | 111 | 0 | 0.55 | 0.30 | 0.38 | 333.1 | 0.38 | 0.45 |
| Hex | 9F | 48 | 6F | 0 | 37 | 1E | 26 | 14D | 26 | 2D |
| Octal | 237 | 110 | 157 | 0 | 67 | 36 | 46 | 515 | 46 | 55 |
| Binary | 10011111 | 1001000 | 1101111 | 0 | 110111 | 11110 | 100110 | 101001101 | 100110 | 101101 |
Color Harmonies of #9F486F
Complementary color
Monochromatic Colors of #9F486F
Black with #9F486F
Text Example
Text Example
White with #9F486F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F486F; }
p { color: rgb(159,72,111); }
H1.HeaderClassName
{
color: #9F486F;
}
.AnyTagClassName
{
color: #9F486F;
}
</style>
background-color css
<style>
a { background-color: #9F486F; }
a { background-color: rgb(159,72,111); }
div.DivClassName
{
background-color: #9F486F;
}
.BgClassName
{
background-color: #9F486F;
}
</style>
border-color css
<style>
span { border-color: #9F486F; }
span { border-color: rgb(159,72,111); }
td.TdClassName
{
border-color: #9F486F;
}
.TagClassName
{
border-color: #9F486F;
}
</style>