Shades of Rouge #9F456E
Tints of Rouge #9F456E
RGB
CMYK
RGB Variations
Color information
#9F456E (or 0x9F456E) is known color: Rouge. HEX triplet: 9F, 45 and 6E. RGB value is (159,69,110). Sum of RGB (Red+Green+Blue) = 159+69+110=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 159 - color contains mainly: red. Hex color #9F456E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F456E is #60BA91. Grayscale: #646464. Windows color (decimal): -6339218 or 7226783. OLE color: 7226783.
HSL color Cylindrical-coordinate representation of color #9F456E: hue angle of 332.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F456E is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 69 | 110 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.38 |
| HSL | 332.67º | 0.39% | 0.45% | - |
| HSV(B) | 332.67º | 0.57% | 0.62% | - |
| XYZ | 19.24 | 12.75 | 16.2 | - |
| YUV | 100.58 | 133.32 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 69 | 110 | 0 | 0.57 | 0.31 | 0.38 | 332.67 | 0.39 | 0.45 |
| Hex | 9F | 45 | 6E | 0 | 39 | 1F | 26 | 14D | 27 | 2D |
| Octal | 237 | 105 | 156 | 0 | 71 | 37 | 46 | 515 | 47 | 55 |
| Binary | 10011111 | 1000101 | 1101110 | 0 | 111001 | 11111 | 100110 | 101001101 | 100111 | 101101 |
Color Harmonies of #9F456E
Complementary color
Monochromatic Colors of #9F456E
Black with #9F456E
Text Example
Text Example
White with #9F456E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F456E; }
p { color: rgb(159,69,110); }
H1.HeaderClassName
{
color: #9F456E;
}
.AnyTagClassName
{
color: #9F456E;
}
</style>
background-color css
<style>
a { background-color: #9F456E; }
a { background-color: rgb(159,69,110); }
div.DivClassName
{
background-color: #9F456E;
}
.BgClassName
{
background-color: #9F456E;
}
</style>
border-color css
<style>
span { border-color: #9F456E; }
span { border-color: rgb(159,69,110); }
td.TdClassName
{
border-color: #9F456E;
}
.TagClassName
{
border-color: #9F456E;
}
</style>