Shades of Rouge #9F426F
Tints of Rouge #9F426F
RGB
CMYK
RGB Variations
Color information
#9F426F (or 0x9F426F) is known color: Rouge. HEX triplet: 9F, 42 and 6F. RGB value is (159,66,111). Sum of RGB (Red+Green+Blue) = 159+66+111=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 159 - color contains mainly: red. Hex color #9F426F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F426F is #60BD90. Grayscale: #626262. Windows color (decimal): -6339985 or 7291551. OLE color: 7291551.
HSL color Cylindrical-coordinate representation of color #9F426F: hue angle of 330.97º 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 #9F426F is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 66 | 111 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.38 |
| HSL | 330.97º | 0.41% | 0.44% | - |
| HSV(B) | 330.97º | 0.58% | 0.62% | - |
| XYZ | 19.12 | 12.42 | 16.43 | - |
| YUV | 98.94 | 134.81 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 66 | 111 | 0 | 0.58 | 0.30 | 0.38 | 330.97 | 0.41 | 0.44 |
| Hex | 9F | 42 | 6F | 0 | 3A | 1E | 26 | 14B | 29 | 2C |
| Octal | 237 | 102 | 157 | 0 | 72 | 36 | 46 | 513 | 51 | 54 |
| Binary | 10011111 | 1000010 | 1101111 | 0 | 111010 | 11110 | 100110 | 101001011 | 101001 | 101100 |
Color Harmonies of #9F426F
Complementary color
Monochromatic Colors of #9F426F
Black with #9F426F
Text Example
Text Example
White with #9F426F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F426F; }
p { color: rgb(159,66,111); }
H1.HeaderClassName
{
color: #9F426F;
}
.AnyTagClassName
{
color: #9F426F;
}
</style>
background-color css
<style>
a { background-color: #9F426F; }
a { background-color: rgb(159,66,111); }
div.DivClassName
{
background-color: #9F426F;
}
.BgClassName
{
background-color: #9F426F;
}
</style>
border-color css
<style>
span { border-color: #9F426F; }
span { border-color: rgb(159,66,111); }
td.TdClassName
{
border-color: #9F426F;
}
.TagClassName
{
border-color: #9F426F;
}
</style>