Shades of Rouge #9F3964
Tints of Rouge #9F3964
RGB
CMYK
RGB Variations
Color information
#9F3964 (or 0x9F3964) is known color: Rouge. HEX triplet: 9F, 39 and 64. RGB value is (159,57,100). Sum of RGB (Red+Green+Blue) = 159+57+100=316 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.32% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3964 is #60C69B. Grayscale: #5C5C5C. Windows color (decimal): -6342300 or 6568351. OLE color: 6568351.
HSL color Cylindrical-coordinate representation of color #9F3964: hue angle of 334.71º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F3964 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 57 | 100 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.38 |
| HSL | 334.71º | 0.47% | 0.42% | - |
| HSV(B) | 334.71º | 0.64% | 0.62% | - |
| XYZ | 18.06 | 11.22 | 13.27 | - |
| YUV | 92.4 | 132.29 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 57 | 100 | 0 | 0.64 | 0.37 | 0.38 | 334.71 | 0.47 | 0.42 |
| Hex | 9F | 39 | 64 | 0 | 40 | 25 | 26 | 14F | 2F | 2A |
| Octal | 237 | 71 | 144 | 0 | 100 | 45 | 46 | 517 | 57 | 52 |
| Binary | 10011111 | 111001 | 1100100 | 0 | 1000000 | 100101 | 100110 | 101001111 | 101111 | 101010 |
Color Harmonies of #9F3964
Complementary color
Monochromatic Colors of #9F3964
Black with #9F3964
Text Example
Text Example
White with #9F3964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3964; }
p { color: rgb(159,57,100); }
H1.HeaderClassName
{
color: #9F3964;
}
.AnyTagClassName
{
color: #9F3964;
}
</style>
background-color css
<style>
a { background-color: #9F3964; }
a { background-color: rgb(159,57,100); }
div.DivClassName
{
background-color: #9F3964;
}
.BgClassName
{
background-color: #9F3964;
}
</style>
border-color css
<style>
span { border-color: #9F3964; }
span { border-color: rgb(159,57,100); }
td.TdClassName
{
border-color: #9F3964;
}
.TagClassName
{
border-color: #9F3964;
}
</style>