Shades of Rouge #9F395F
Tints of Rouge #9F395F
RGB
CMYK
RGB Variations
Color information
#9F395F (or 0x9F395F) is known color: Rouge. HEX triplet: 9F, 39 and 5F. RGB value is (159,57,95). Sum of RGB (Red+Green+Blue) = 159+57+95=311 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.13% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 159 - color contains mainly: red. Hex color #9F395F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F395F is #60C6A0. Grayscale: #5B5B5B. Windows color (decimal): -6342305 or 6240671. OLE color: 6240671.
HSL color Cylindrical-coordinate representation of color #9F395F: hue angle of 337.65º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F395F is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 57 | 95 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.38 |
| HSL | 337.65º | 0.47% | 0.42% | - |
| HSV(B) | 337.65º | 0.64% | 0.62% | - |
| XYZ | 17.83 | 11.12 | 12.03 | - |
| YUV | 91.83 | 129.79 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 57 | 95 | 0 | 0.64 | 0.40 | 0.38 | 337.65 | 0.47 | 0.42 |
| Hex | 9F | 39 | 5F | 0 | 40 | 28 | 26 | 152 | 2F | 2A |
| Octal | 237 | 71 | 137 | 0 | 100 | 50 | 46 | 522 | 57 | 52 |
| Binary | 10011111 | 111001 | 1011111 | 0 | 1000000 | 101000 | 100110 | 101010010 | 101111 | 101010 |
Color Harmonies of #9F395F
Complementary color
Monochromatic Colors of #9F395F
Black with #9F395F
Text Example
Text Example
White with #9F395F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F395F; }
p { color: rgb(159,57,95); }
H1.HeaderClassName
{
color: #9F395F;
}
.AnyTagClassName
{
color: #9F395F;
}
</style>
background-color css
<style>
a { background-color: #9F395F; }
a { background-color: rgb(159,57,95); }
div.DivClassName
{
background-color: #9F395F;
}
.BgClassName
{
background-color: #9F395F;
}
</style>
border-color css
<style>
span { border-color: #9F395F; }
span { border-color: rgb(159,57,95); }
td.TdClassName
{
border-color: #9F395F;
}
.TagClassName
{
border-color: #9F395F;
}
</style>