Shades of Rouge #9F2E6C
Tints of Rouge #9F2E6C
RGB
CMYK
RGB Variations
Color information
#9F2E6C (or 0x9F2E6C) is known color: Rouge. HEX triplet: 9F, 2E and 6C. RGB value is (159,46,108). Sum of RGB (Red+Green+Blue) = 159+46+108=313 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.80% from 313); Green value is 46 (18.36% from 255 or 14.70% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2E6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2E6C is #60D193. Grayscale: #565656. Windows color (decimal): -6345108 or 7089823. OLE color: 7089823.
HSL color Cylindrical-coordinate representation of color #9F2E6C: hue angle of 327.08º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9F2E6C is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 46 | 108 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.38 |
| HSL | 327.08º | 0.55% | 0.4% | - |
| HSV(B) | 327.08º | 0.71% | 0.62% | - |
| XYZ | 17.98 | 10.41 | 15.25 | - |
| YUV | 86.86 | 139.94 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 46 | 108 | 0 | 0.71 | 0.32 | 0.38 | 327.08 | 0.55 | 0.4 |
| Hex | 9F | 2E | 6C | 0 | 47 | 20 | 26 | 147 | 37 | 28 |
| Octal | 237 | 56 | 154 | 0 | 107 | 40 | 46 | 507 | 67 | 50 |
| Binary | 10011111 | 101110 | 1101100 | 0 | 1000111 | 100000 | 100110 | 101000111 | 110111 | 101000 |
Color Harmonies of #9F2E6C
Complementary color
Monochromatic Colors of #9F2E6C
Black with #9F2E6C
Text Example
Text Example
White with #9F2E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2E6C; }
p { color: rgb(159,46,108); }
H1.HeaderClassName
{
color: #9F2E6C;
}
.AnyTagClassName
{
color: #9F2E6C;
}
</style>
background-color css
<style>
a { background-color: #9F2E6C; }
a { background-color: rgb(159,46,108); }
div.DivClassName
{
background-color: #9F2E6C;
}
.BgClassName
{
background-color: #9F2E6C;
}
</style>
border-color css
<style>
span { border-color: #9F2E6C; }
span { border-color: rgb(159,46,108); }
td.TdClassName
{
border-color: #9F2E6C;
}
.TagClassName
{
border-color: #9F2E6C;
}
</style>