Shades of Rouge #9F4372
Tints of Rouge #9F4372
RGB
CMYK
RGB Variations
Color information
#9F4372 (or 0x9F4372) is known color: Rouge. HEX triplet: 9F, 43 and 72. RGB value is (159,67,114). Sum of RGB (Red+Green+Blue) = 159+67+114=340 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.76% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4372 is #60BC8D. Grayscale: #636363. Windows color (decimal): -6339726 or 7488415. OLE color: 7488415.
HSL color Cylindrical-coordinate representation of color #9F4372: hue angle of 329.35º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F4372 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 67 | 114 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.38 |
| HSL | 329.35º | 0.41% | 0.44% | - |
| HSV(B) | 329.35º | 0.58% | 0.62% | - |
| XYZ | 19.34 | 12.6 | 17.33 | - |
| YUV | 99.87 | 135.98 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 67 | 114 | 0 | 0.58 | 0.28 | 0.38 | 329.35 | 0.41 | 0.44 |
| Hex | 9F | 43 | 72 | 0 | 3A | 1C | 26 | 149 | 29 | 2C |
| Octal | 237 | 103 | 162 | 0 | 72 | 34 | 46 | 511 | 51 | 54 |
| Binary | 10011111 | 1000011 | 1110010 | 0 | 111010 | 11100 | 100110 | 101001001 | 101001 | 101100 |
Color Harmonies of #9F4372
Complementary color
Monochromatic Colors of #9F4372
Black with #9F4372
Text Example
Text Example
White with #9F4372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4372; }
p { color: rgb(159,67,114); }
H1.HeaderClassName
{
color: #9F4372;
}
.AnyTagClassName
{
color: #9F4372;
}
</style>
background-color css
<style>
a { background-color: #9F4372; }
a { background-color: rgb(159,67,114); }
div.DivClassName
{
background-color: #9F4372;
}
.BgClassName
{
background-color: #9F4372;
}
</style>
border-color css
<style>
span { border-color: #9F4372; }
span { border-color: rgb(159,67,114); }
td.TdClassName
{
border-color: #9F4372;
}
.TagClassName
{
border-color: #9F4372;
}
</style>