Shades of Rouge #9F366C
Tints of Rouge #9F366C
RGB
CMYK
RGB Variations
Color information
#9F366C (or 0x9F366C) is known color: Rouge. HEX triplet: 9F, 36 and 6C. RGB value is (159,54,108). Sum of RGB (Red+Green+Blue) = 159+54+108=321 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.53% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 159 - color contains mainly: red. Hex color #9F366C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F366C is #60C993. Grayscale: #5B5B5B. Windows color (decimal): -6343060 or 7091871. OLE color: 7091871.
HSL color Cylindrical-coordinate representation of color #9F366C: hue angle of 329.14º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F366C is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 54 | 108 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.38 |
| HSL | 329.14º | 0.49% | 0.42% | - |
| HSV(B) | 329.14º | 0.66% | 0.62% | - |
| XYZ | 18.32 | 11.09 | 15.36 | - |
| YUV | 91.55 | 137.29 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 108 | 0 | 0.66 | 0.32 | 0.38 | 329.14 | 0.49 | 0.42 |
| Hex | 9F | 36 | 6C | 0 | 42 | 20 | 26 | 149 | 31 | 2A |
| Octal | 237 | 66 | 154 | 0 | 102 | 40 | 46 | 511 | 61 | 52 |
| Binary | 10011111 | 110110 | 1101100 | 0 | 1000010 | 100000 | 100110 | 101001001 | 110001 | 101010 |
Color Harmonies of #9F366C
Complementary color
Monochromatic Colors of #9F366C
Black with #9F366C
Text Example
Text Example
White with #9F366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F366C; }
p { color: rgb(159,54,108); }
H1.HeaderClassName
{
color: #9F366C;
}
.AnyTagClassName
{
color: #9F366C;
}
</style>
background-color css
<style>
a { background-color: #9F366C; }
a { background-color: rgb(159,54,108); }
div.DivClassName
{
background-color: #9F366C;
}
.BgClassName
{
background-color: #9F366C;
}
</style>
border-color css
<style>
span { border-color: #9F366C; }
span { border-color: rgb(159,54,108); }
td.TdClassName
{
border-color: #9F366C;
}
.TagClassName
{
border-color: #9F366C;
}
</style>