Shades of Rouge #9F326F
Tints of Rouge #9F326F
RGB
CMYK
RGB Variations
Color information
#9F326F (or 0x9F326F) is known color: Rouge. HEX triplet: 9F, 32 and 6F. RGB value is (159,50,111). Sum of RGB (Red+Green+Blue) = 159+50+111=320 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.69% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 159 - color contains mainly: red. Hex color #9F326F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F326F is #60CD90. Grayscale: #595959. Windows color (decimal): -6344081 or 7287455. OLE color: 7287455.
HSL color Cylindrical-coordinate representation of color #9F326F: hue angle of 326.42º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F326F is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 50 | 111 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.38 |
| HSL | 326.42º | 0.52% | 0.41% | - |
| HSV(B) | 326.42º | 0.69% | 0.62% | - |
| XYZ | 18.31 | 10.8 | 16.16 | - |
| YUV | 89.55 | 140.11 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 50 | 111 | 0 | 0.69 | 0.30 | 0.38 | 326.42 | 0.52 | 0.41 |
| Hex | 9F | 32 | 6F | 0 | 45 | 1E | 26 | 146 | 34 | 29 |
| Octal | 237 | 62 | 157 | 0 | 105 | 36 | 46 | 506 | 64 | 51 |
| Binary | 10011111 | 110010 | 1101111 | 0 | 1000101 | 11110 | 100110 | 101000110 | 110100 | 101001 |
Color Harmonies of #9F326F
Complementary color
Monochromatic Colors of #9F326F
Black with #9F326F
Text Example
Text Example
White with #9F326F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F326F; }
p { color: rgb(159,50,111); }
H1.HeaderClassName
{
color: #9F326F;
}
.AnyTagClassName
{
color: #9F326F;
}
</style>
background-color css
<style>
a { background-color: #9F326F; }
a { background-color: rgb(159,50,111); }
div.DivClassName
{
background-color: #9F326F;
}
.BgClassName
{
background-color: #9F326F;
}
</style>
border-color css
<style>
span { border-color: #9F326F; }
span { border-color: rgb(159,50,111); }
td.TdClassName
{
border-color: #9F326F;
}
.TagClassName
{
border-color: #9F326F;
}
</style>