Shades of Rouge #9F356C
Tints of Rouge #9F356C
RGB
CMYK
RGB Variations
Color information
#9F356C (or 0x9F356C) is known color: Rouge. HEX triplet: 9F, 35 and 6C. RGB value is (159,53,108). Sum of RGB (Red+Green+Blue) = 159+53+108=320 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.69% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 159 - color contains mainly: red. Hex color #9F356C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F356C is #60CA93. Grayscale: #5A5A5A. Windows color (decimal): -6343316 or 7091615. OLE color: 7091615.
HSL color Cylindrical-coordinate representation of color #9F356C: hue angle of 328.87º 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 #9F356C is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 53 | 108 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.38 |
| HSL | 328.87º | 0.5% | 0.42% | - |
| HSV(B) | 328.87º | 0.67% | 0.62% | - |
| XYZ | 18.28 | 11 | 15.35 | - |
| YUV | 90.96 | 137.62 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 53 | 108 | 0 | 0.67 | 0.32 | 0.38 | 328.87 | 0.5 | 0.42 |
| Hex | 9F | 35 | 6C | 0 | 43 | 20 | 26 | 149 | 32 | 2A |
| Octal | 237 | 65 | 154 | 0 | 103 | 40 | 46 | 511 | 62 | 52 |
| Binary | 10011111 | 110101 | 1101100 | 0 | 1000011 | 100000 | 100110 | 101001001 | 110010 | 101010 |
Color Harmonies of #9F356C
Complementary color
Monochromatic Colors of #9F356C
Black with #9F356C
Text Example
Text Example
White with #9F356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F356C; }
p { color: rgb(159,53,108); }
H1.HeaderClassName
{
color: #9F356C;
}
.AnyTagClassName
{
color: #9F356C;
}
</style>
background-color css
<style>
a { background-color: #9F356C; }
a { background-color: rgb(159,53,108); }
div.DivClassName
{
background-color: #9F356C;
}
.BgClassName
{
background-color: #9F356C;
}
</style>
border-color css
<style>
span { border-color: #9F356C; }
span { border-color: rgb(159,53,108); }
td.TdClassName
{
border-color: #9F356C;
}
.TagClassName
{
border-color: #9F356C;
}
</style>