Shades of Rouge #9F4161
Tints of Rouge #9F4161
RGB
CMYK
RGB Variations
Color information
#9F4161 (or 0x9F4161) is known color: Rouge. HEX triplet: 9F, 41 and 61. RGB value is (159,65,97). Sum of RGB (Red+Green+Blue) = 159+65+97=321 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.53% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4161 is #60BE9E. Grayscale: #606060. Windows color (decimal): -6340255 or 6373791. OLE color: 6373791.
HSL color Cylindrical-coordinate representation of color #9F4161: hue angle of 339.57º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9F4161 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 65 | 97 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.38 |
| HSL | 339.57º | 0.42% | 0.44% | - |
| HSV(B) | 339.57º | 0.59% | 0.62% | - |
| XYZ | 18.35 | 12.01 | 12.66 | - |
| YUV | 96.75 | 128.14 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 65 | 97 | 0 | 0.59 | 0.39 | 0.38 | 339.57 | 0.42 | 0.44 |
| Hex | 9F | 41 | 61 | 0 | 3B | 27 | 26 | 154 | 2A | 2C |
| Octal | 237 | 101 | 141 | 0 | 73 | 47 | 46 | 524 | 52 | 54 |
| Binary | 10011111 | 1000001 | 1100001 | 0 | 111011 | 100111 | 100110 | 101010100 | 101010 | 101100 |
Color Harmonies of #9F4161
Complementary color
Monochromatic Colors of #9F4161
Black with #9F4161
Text Example
Text Example
White with #9F4161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4161; }
p { color: rgb(159,65,97); }
H1.HeaderClassName
{
color: #9F4161;
}
.AnyTagClassName
{
color: #9F4161;
}
</style>
background-color css
<style>
a { background-color: #9F4161; }
a { background-color: rgb(159,65,97); }
div.DivClassName
{
background-color: #9F4161;
}
.BgClassName
{
background-color: #9F4161;
}
</style>
border-color css
<style>
span { border-color: #9F4161; }
span { border-color: rgb(159,65,97); }
td.TdClassName
{
border-color: #9F4161;
}
.TagClassName
{
border-color: #9F4161;
}
</style>