Shades of Rouge #9F466A
Tints of Rouge #9F466A
RGB
CMYK
RGB Variations
Color information
#9F466A (or 0x9F466A) is known color: Rouge. HEX triplet: 9F, 46 and 6A. RGB value is (159,70,106). Sum of RGB (Red+Green+Blue) = 159+70+106=335 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.46% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 159 - color contains mainly: red. Hex color #9F466A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F466A is #60B995. Grayscale: #646464. Windows color (decimal): -6338966 or 6964895. OLE color: 6964895.
HSL color Cylindrical-coordinate representation of color #9F466A: hue angle of 335.73º 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 #9F466A is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 70 | 106 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.38 |
| HSL | 335.73º | 0.39% | 0.45% | - |
| HSV(B) | 335.73º | 0.56% | 0.62% | - |
| XYZ | 19.09 | 12.79 | 15.1 | - |
| YUV | 100.72 | 130.99 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 70 | 106 | 0 | 0.56 | 0.33 | 0.38 | 335.73 | 0.39 | 0.45 |
| Hex | 9F | 46 | 6A | 0 | 38 | 21 | 26 | 150 | 27 | 2D |
| Octal | 237 | 106 | 152 | 0 | 70 | 41 | 46 | 520 | 47 | 55 |
| Binary | 10011111 | 1000110 | 1101010 | 0 | 111000 | 100001 | 100110 | 101010000 | 100111 | 101101 |
Color Harmonies of #9F466A
Complementary color
Monochromatic Colors of #9F466A
Black with #9F466A
Text Example
Text Example
White with #9F466A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F466A; }
p { color: rgb(159,70,106); }
H1.HeaderClassName
{
color: #9F466A;
}
.AnyTagClassName
{
color: #9F466A;
}
</style>
background-color css
<style>
a { background-color: #9F466A; }
a { background-color: rgb(159,70,106); }
div.DivClassName
{
background-color: #9F466A;
}
.BgClassName
{
background-color: #9F466A;
}
</style>
border-color css
<style>
span { border-color: #9F466A; }
span { border-color: rgb(159,70,106); }
td.TdClassName
{
border-color: #9F466A;
}
.TagClassName
{
border-color: #9F466A;
}
</style>