Shades of Rouge #9F405F
Tints of Rouge #9F405F
RGB
CMYK
RGB Variations
Color information
#9F405F (or 0x9F405F) is known color: Rouge. HEX triplet: 9F, 40 and 5F. RGB value is (159,64,95). Sum of RGB (Red+Green+Blue) = 159+64+95=318 (42% of max value = 765). Red value is 159 (62.5% from 255 or 50% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 159 - color contains mainly: red. Hex color #9F405F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F405F is #60BFA0. Grayscale: #5F5F5F. Windows color (decimal): -6340513 or 6242463. OLE color: 6242463.
HSL color Cylindrical-coordinate representation of color #9F405F: hue angle of 340.42º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F405F is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 64 | 95 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.38 |
| HSL | 340.42º | 0.43% | 0.44% | - |
| HSV(B) | 340.42º | 0.6% | 0.62% | - |
| XYZ | 18.2 | 11.86 | 12.16 | - |
| YUV | 95.94 | 127.47 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 64 | 95 | 0 | 0.60 | 0.40 | 0.38 | 340.42 | 0.43 | 0.44 |
| Hex | 9F | 40 | 5F | 0 | 3C | 28 | 26 | 154 | 2B | 2C |
| Octal | 237 | 100 | 137 | 0 | 74 | 50 | 46 | 524 | 53 | 54 |
| Binary | 10011111 | 1000000 | 1011111 | 0 | 111100 | 101000 | 100110 | 101010100 | 101011 | 101100 |
Color Harmonies of #9F405F
Complementary color
Monochromatic Colors of #9F405F
Black with #9F405F
Text Example
Text Example
White with #9F405F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F405F; }
p { color: rgb(159,64,95); }
H1.HeaderClassName
{
color: #9F405F;
}
.AnyTagClassName
{
color: #9F405F;
}
</style>
background-color css
<style>
a { background-color: #9F405F; }
a { background-color: rgb(159,64,95); }
div.DivClassName
{
background-color: #9F405F;
}
.BgClassName
{
background-color: #9F405F;
}
</style>
border-color css
<style>
span { border-color: #9F405F; }
span { border-color: rgb(159,64,95); }
td.TdClassName
{
border-color: #9F405F;
}
.TagClassName
{
border-color: #9F405F;
}
</style>