Shades of Rouge #9F426A
Tints of Rouge #9F426A
RGB
CMYK
RGB Variations
Color information
#9F426A (or 0x9F426A) is known color: Rouge. HEX triplet: 9F, 42 and 6A. RGB value is (159,66,106). Sum of RGB (Red+Green+Blue) = 159+66+106=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F426A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F426A is #60BD95. Grayscale: #626262. Windows color (decimal): -6339990 or 6963871. OLE color: 6963871.
HSL color Cylindrical-coordinate representation of color #9F426A: hue angle of 334.19º 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 #9F426A is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 66 | 106 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.38 |
| HSL | 334.19º | 0.41% | 0.44% | - |
| HSV(B) | 334.19º | 0.58% | 0.62% | - |
| XYZ | 18.85 | 12.31 | 15.02 | - |
| YUV | 98.37 | 132.31 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 66 | 106 | 0 | 0.58 | 0.33 | 0.38 | 334.19 | 0.41 | 0.44 |
| Hex | 9F | 42 | 6A | 0 | 3A | 21 | 26 | 14E | 29 | 2C |
| Octal | 237 | 102 | 152 | 0 | 72 | 41 | 46 | 516 | 51 | 54 |
| Binary | 10011111 | 1000010 | 1101010 | 0 | 111010 | 100001 | 100110 | 101001110 | 101001 | 101100 |
Color Harmonies of #9F426A
Complementary color
Monochromatic Colors of #9F426A
Black with #9F426A
Text Example
Text Example
White with #9F426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F426A; }
p { color: rgb(159,66,106); }
H1.HeaderClassName
{
color: #9F426A;
}
.AnyTagClassName
{
color: #9F426A;
}
</style>
background-color css
<style>
a { background-color: #9F426A; }
a { background-color: rgb(159,66,106); }
div.DivClassName
{
background-color: #9F426A;
}
.BgClassName
{
background-color: #9F426A;
}
</style>
border-color css
<style>
span { border-color: #9F426A; }
span { border-color: rgb(159,66,106); }
td.TdClassName
{
border-color: #9F426A;
}
.TagClassName
{
border-color: #9F426A;
}
</style>