Shades of Rouge #9F355F
Tints of Rouge #9F355F
RGB
CMYK
RGB Variations
Color information
#9F355F (or 0x9F355F) is known color: Rouge. HEX triplet: 9F, 35 and 5F. RGB value is (159,53,95). Sum of RGB (Red+Green+Blue) = 159+53+95=307 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.79% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 159 - color contains mainly: red. Hex color #9F355F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F355F is #60CAA0. Grayscale: #595959. Windows color (decimal): -6343329 or 6239647. OLE color: 6239647.
HSL color Cylindrical-coordinate representation of color #9F355F: hue angle of 336.23º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F355F is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 53 | 95 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.38 |
| HSL | 336.23º | 0.5% | 0.42% | - |
| HSV(B) | 336.23º | 0.67% | 0.62% | - |
| XYZ | 17.64 | 10.74 | 11.97 | - |
| YUV | 89.48 | 131.12 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 53 | 95 | 0 | 0.67 | 0.40 | 0.38 | 336.23 | 0.5 | 0.42 |
| Hex | 9F | 35 | 5F | 0 | 43 | 28 | 26 | 150 | 32 | 2A |
| Octal | 237 | 65 | 137 | 0 | 103 | 50 | 46 | 520 | 62 | 52 |
| Binary | 10011111 | 110101 | 1011111 | 0 | 1000011 | 101000 | 100110 | 101010000 | 110010 | 101010 |
Color Harmonies of #9F355F
Complementary color
Monochromatic Colors of #9F355F
Black with #9F355F
Text Example
Text Example
White with #9F355F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F355F; }
p { color: rgb(159,53,95); }
H1.HeaderClassName
{
color: #9F355F;
}
.AnyTagClassName
{
color: #9F355F;
}
</style>
background-color css
<style>
a { background-color: #9F355F; }
a { background-color: rgb(159,53,95); }
div.DivClassName
{
background-color: #9F355F;
}
.BgClassName
{
background-color: #9F355F;
}
</style>
border-color css
<style>
span { border-color: #9F355F; }
span { border-color: rgb(159,53,95); }
td.TdClassName
{
border-color: #9F355F;
}
.TagClassName
{
border-color: #9F355F;
}
</style>