Shades of Rouge #9F4162
Tints of Rouge #9F4162
RGB
CMYK
RGB Variations
Color information
#9F4162 (or 0x9F4162) is known color: Rouge. HEX triplet: 9F, 41 and 62. RGB value is (159,65,98). Sum of RGB (Red+Green+Blue) = 159+65+98=322 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.38% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4162 is #60BE9D. Grayscale: #606060. Windows color (decimal): -6340254 or 6439327. OLE color: 6439327.
HSL color Cylindrical-coordinate representation of color #9F4162: hue angle of 338.94º 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 #9F4162 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 65 | 98 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.38 |
| HSL | 338.94º | 0.42% | 0.44% | - |
| HSV(B) | 338.94º | 0.59% | 0.62% | - |
| XYZ | 18.39 | 12.03 | 12.91 | - |
| YUV | 96.87 | 128.64 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 65 | 98 | 0 | 0.59 | 0.38 | 0.38 | 338.94 | 0.42 | 0.44 |
| Hex | 9F | 41 | 62 | 0 | 3B | 26 | 26 | 153 | 2A | 2C |
| Octal | 237 | 101 | 142 | 0 | 73 | 46 | 46 | 523 | 52 | 54 |
| Binary | 10011111 | 1000001 | 1100010 | 0 | 111011 | 100110 | 100110 | 101010011 | 101010 | 101100 |
Color Harmonies of #9F4162
Complementary color
Monochromatic Colors of #9F4162
Black with #9F4162
Text Example
Text Example
White with #9F4162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4162; }
p { color: rgb(159,65,98); }
H1.HeaderClassName
{
color: #9F4162;
}
.AnyTagClassName
{
color: #9F4162;
}
</style>
background-color css
<style>
a { background-color: #9F4162; }
a { background-color: rgb(159,65,98); }
div.DivClassName
{
background-color: #9F4162;
}
.BgClassName
{
background-color: #9F4162;
}
</style>
border-color css
<style>
span { border-color: #9F4162; }
span { border-color: rgb(159,65,98); }
td.TdClassName
{
border-color: #9F4162;
}
.TagClassName
{
border-color: #9F4162;
}
</style>