Shades of Rouge #9F356E
Tints of Rouge #9F356E
RGB
CMYK
RGB Variations
Color information
#9F356E (or 0x9F356E) is known color: Rouge. HEX triplet: 9F, 35 and 6E. RGB value is (159,53,110). Sum of RGB (Red+Green+Blue) = 159+53+110=322 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.38% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 159 - color contains mainly: red. Hex color #9F356E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F356E is #60CA91. Grayscale: #5B5B5B. Windows color (decimal): -6343314 or 7222687. OLE color: 7222687.
HSL color Cylindrical-coordinate representation of color #9F356E: hue angle of 327.74º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F356E is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 53 | 110 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.38 |
| HSL | 327.74º | 0.5% | 0.42% | - |
| HSV(B) | 327.74º | 0.67% | 0.62% | - |
| XYZ | 18.39 | 11.04 | 15.91 | - |
| YUV | 91.19 | 138.62 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 53 | 110 | 0 | 0.67 | 0.31 | 0.38 | 327.74 | 0.5 | 0.42 |
| Hex | 9F | 35 | 6E | 0 | 43 | 1F | 26 | 148 | 32 | 2A |
| Octal | 237 | 65 | 156 | 0 | 103 | 37 | 46 | 510 | 62 | 52 |
| Binary | 10011111 | 110101 | 1101110 | 0 | 1000011 | 11111 | 100110 | 101001000 | 110010 | 101010 |
Color Harmonies of #9F356E
Complementary color
Monochromatic Colors of #9F356E
Black with #9F356E
Text Example
Text Example
White with #9F356E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F356E; }
p { color: rgb(159,53,110); }
H1.HeaderClassName
{
color: #9F356E;
}
.AnyTagClassName
{
color: #9F356E;
}
</style>
background-color css
<style>
a { background-color: #9F356E; }
a { background-color: rgb(159,53,110); }
div.DivClassName
{
background-color: #9F356E;
}
.BgClassName
{
background-color: #9F356E;
}
</style>
border-color css
<style>
span { border-color: #9F356E; }
span { border-color: rgb(159,53,110); }
td.TdClassName
{
border-color: #9F356E;
}
.TagClassName
{
border-color: #9F356E;
}
</style>