Shades of Rouge #9F385F
Tints of Rouge #9F385F
RGB
CMYK
RGB Variations
Color information
#9F385F (or 0x9F385F) is known color: Rouge. HEX triplet: 9F, 38 and 5F. RGB value is (159,56,95). Sum of RGB (Red+Green+Blue) = 159+56+95=310 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.29% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 159 - color contains mainly: red. Hex color #9F385F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F385F is #60C7A0. Grayscale: #5B5B5B. Windows color (decimal): -6342561 or 6240415. OLE color: 6240415.
HSL color Cylindrical-coordinate representation of color #9F385F: hue angle of 337.28º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F385F is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 56 | 95 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.38 |
| HSL | 337.28º | 0.48% | 0.42% | - |
| HSV(B) | 337.28º | 0.65% | 0.62% | - |
| XYZ | 17.78 | 11.03 | 12.02 | - |
| YUV | 91.24 | 130.12 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 56 | 95 | 0 | 0.65 | 0.40 | 0.38 | 337.28 | 0.48 | 0.42 |
| Hex | 9F | 38 | 5F | 0 | 41 | 28 | 26 | 151 | 30 | 2A |
| Octal | 237 | 70 | 137 | 0 | 101 | 50 | 46 | 521 | 60 | 52 |
| Binary | 10011111 | 111000 | 1011111 | 0 | 1000001 | 101000 | 100110 | 101010001 | 110000 | 101010 |
Color Harmonies of #9F385F
Complementary color
Monochromatic Colors of #9F385F
Black with #9F385F
Text Example
Text Example
White with #9F385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F385F; }
p { color: rgb(159,56,95); }
H1.HeaderClassName
{
color: #9F385F;
}
.AnyTagClassName
{
color: #9F385F;
}
</style>
background-color css
<style>
a { background-color: #9F385F; }
a { background-color: rgb(159,56,95); }
div.DivClassName
{
background-color: #9F385F;
}
.BgClassName
{
background-color: #9F385F;
}
</style>
border-color css
<style>
span { border-color: #9F385F; }
span { border-color: rgb(159,56,95); }
td.TdClassName
{
border-color: #9F385F;
}
.TagClassName
{
border-color: #9F385F;
}
</style>