Shades of Rouge #9F3962
Tints of Rouge #9F3962
RGB
CMYK
RGB Variations
Color information
#9F3962 (or 0x9F3962) is known color: Rouge. HEX triplet: 9F, 39 and 62. RGB value is (159,57,98). Sum of RGB (Red+Green+Blue) = 159+57+98=314 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.64% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3962 is #60C69D. Grayscale: #5C5C5C. Windows color (decimal): -6342302 or 6437279. OLE color: 6437279.
HSL color Cylindrical-coordinate representation of color #9F3962: hue angle of 335.88º 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 #9F3962 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 57 | 98 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.38 |
| HSL | 335.88º | 0.47% | 0.42% | - |
| HSV(B) | 335.88º | 0.64% | 0.62% | - |
| XYZ | 17.97 | 11.18 | 12.77 | - |
| YUV | 92.17 | 131.29 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 57 | 98 | 0 | 0.64 | 0.38 | 0.38 | 335.88 | 0.47 | 0.42 |
| Hex | 9F | 39 | 62 | 0 | 40 | 26 | 26 | 150 | 2F | 2A |
| Octal | 237 | 71 | 142 | 0 | 100 | 46 | 46 | 520 | 57 | 52 |
| Binary | 10011111 | 111001 | 1100010 | 0 | 1000000 | 100110 | 100110 | 101010000 | 101111 | 101010 |
Color Harmonies of #9F3962
Complementary color
Monochromatic Colors of #9F3962
Black with #9F3962
Text Example
Text Example
White with #9F3962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3962; }
p { color: rgb(159,57,98); }
H1.HeaderClassName
{
color: #9F3962;
}
.AnyTagClassName
{
color: #9F3962;
}
</style>
background-color css
<style>
a { background-color: #9F3962; }
a { background-color: rgb(159,57,98); }
div.DivClassName
{
background-color: #9F3962;
}
.BgClassName
{
background-color: #9F3962;
}
</style>
border-color css
<style>
span { border-color: #9F3962; }
span { border-color: rgb(159,57,98); }
td.TdClassName
{
border-color: #9F3962;
}
.TagClassName
{
border-color: #9F3962;
}
</style>