Shades of Rouge #9F4468
Tints of Rouge #9F4468
RGB
CMYK
RGB Variations
Color information
#9F4468 (or 0x9F4468) is known color: Rouge. HEX triplet: 9F, 44 and 68. RGB value is (159,68,104). Sum of RGB (Red+Green+Blue) = 159+68+104=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4468 is #60BB97. Grayscale: #636363. Windows color (decimal): -6339480 or 6833311. OLE color: 6833311.
HSL color Cylindrical-coordinate representation of color #9F4468: hue angle of 336.26º degrees, saturation: 0.4, 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 #9F4468 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 68 | 104 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.38 |
| HSL | 336.26º | 0.4% | 0.45% | - |
| HSV(B) | 336.26º | 0.57% | 0.62% | - |
| XYZ | 18.86 | 12.5 | 14.52 | - |
| YUV | 99.31 | 130.65 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 68 | 104 | 0 | 0.57 | 0.35 | 0.38 | 336.26 | 0.4 | 0.45 |
| Hex | 9F | 44 | 68 | 0 | 39 | 23 | 26 | 150 | 28 | 2D |
| Octal | 237 | 104 | 150 | 0 | 71 | 43 | 46 | 520 | 50 | 55 |
| Binary | 10011111 | 1000100 | 1101000 | 0 | 111001 | 100011 | 100110 | 101010000 | 101000 | 101101 |
Color Harmonies of #9F4468
Complementary color
Monochromatic Colors of #9F4468
Black with #9F4468
Text Example
Text Example
White with #9F4468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4468; }
p { color: rgb(159,68,104); }
H1.HeaderClassName
{
color: #9F4468;
}
.AnyTagClassName
{
color: #9F4468;
}
</style>
background-color css
<style>
a { background-color: #9F4468; }
a { background-color: rgb(159,68,104); }
div.DivClassName
{
background-color: #9F4468;
}
.BgClassName
{
background-color: #9F4468;
}
</style>
border-color css
<style>
span { border-color: #9F4468; }
span { border-color: rgb(159,68,104); }
td.TdClassName
{
border-color: #9F4468;
}
.TagClassName
{
border-color: #9F4468;
}
</style>