Shades of Rouge #9F466D
Tints of Rouge #9F466D
RGB
CMYK
RGB Variations
Color information
#9F466D (or 0x9F466D) is known color: Rouge. HEX triplet: 9F, 46 and 6D. RGB value is (159,70,109). Sum of RGB (Red+Green+Blue) = 159+70+109=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 159 - color contains mainly: red. Hex color #9F466D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F466D is #60B992. Grayscale: #646464. Windows color (decimal): -6338963 or 7161503. OLE color: 7161503.
HSL color Cylindrical-coordinate representation of color #9F466D: hue angle of 333.71º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F466D is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 70 | 109 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.38 |
| HSL | 333.71º | 0.39% | 0.45% | - |
| HSV(B) | 333.71º | 0.56% | 0.62% | - |
| XYZ | 19.25 | 12.86 | 15.93 | - |
| YUV | 101.06 | 132.49 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 70 | 109 | 0 | 0.56 | 0.31 | 0.38 | 333.71 | 0.39 | 0.45 |
| Hex | 9F | 46 | 6D | 0 | 38 | 1F | 26 | 14E | 27 | 2D |
| Octal | 237 | 106 | 155 | 0 | 70 | 37 | 46 | 516 | 47 | 55 |
| Binary | 10011111 | 1000110 | 1101101 | 0 | 111000 | 11111 | 100110 | 101001110 | 100111 | 101101 |
Color Harmonies of #9F466D
Complementary color
Monochromatic Colors of #9F466D
Black with #9F466D
Text Example
Text Example
White with #9F466D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F466D; }
p { color: rgb(159,70,109); }
H1.HeaderClassName
{
color: #9F466D;
}
.AnyTagClassName
{
color: #9F466D;
}
</style>
background-color css
<style>
a { background-color: #9F466D; }
a { background-color: rgb(159,70,109); }
div.DivClassName
{
background-color: #9F466D;
}
.BgClassName
{
background-color: #9F466D;
}
</style>
border-color css
<style>
span { border-color: #9F466D; }
span { border-color: rgb(159,70,109); }
td.TdClassName
{
border-color: #9F466D;
}
.TagClassName
{
border-color: #9F466D;
}
</style>