Shades of Rouge #9F4572
Tints of Rouge #9F4572
RGB
CMYK
RGB Variations
Color information
#9F4572 (or 0x9F4572) is known color: Rouge. HEX triplet: 9F, 45 and 72. RGB value is (159,69,114). Sum of RGB (Red+Green+Blue) = 159+69+114=342 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.49% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4572 is #60BA8D. Grayscale: #646464. Windows color (decimal): -6339214 or 7488927. OLE color: 7488927.
HSL color Cylindrical-coordinate representation of color #9F4572: hue angle of 330º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F4572 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 69 | 114 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.38 |
| HSL | 330º | 0.39% | 0.45% | - |
| HSV(B) | 330º | 0.57% | 0.62% | - |
| XYZ | 19.46 | 12.84 | 17.37 | - |
| YUV | 101.04 | 135.32 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 69 | 114 | 0 | 0.57 | 0.28 | 0.38 | 330 | 0.39 | 0.45 |
| Hex | 9F | 45 | 72 | 0 | 39 | 1C | 26 | 14A | 27 | 2D |
| Octal | 237 | 105 | 162 | 0 | 71 | 34 | 46 | 512 | 47 | 55 |
| Binary | 10011111 | 1000101 | 1110010 | 0 | 111001 | 11100 | 100110 | 101001010 | 100111 | 101101 |
Color Harmonies of #9F4572
Complementary color
Monochromatic Colors of #9F4572
Black with #9F4572
Text Example
Text Example
White with #9F4572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4572; }
p { color: rgb(159,69,114); }
H1.HeaderClassName
{
color: #9F4572;
}
.AnyTagClassName
{
color: #9F4572;
}
</style>
background-color css
<style>
a { background-color: #9F4572; }
a { background-color: rgb(159,69,114); }
div.DivClassName
{
background-color: #9F4572;
}
.BgClassName
{
background-color: #9F4572;
}
</style>
border-color css
<style>
span { border-color: #9F4572; }
span { border-color: rgb(159,69,114); }
td.TdClassName
{
border-color: #9F4572;
}
.TagClassName
{
border-color: #9F4572;
}
</style>