Shades of Rouge #9F385E
Tints of Rouge #9F385E
RGB
CMYK
RGB Variations
Color information
#9F385E (or 0x9F385E) is known color: Rouge. HEX triplet: 9F, 38 and 5E. RGB value is (159,56,94). Sum of RGB (Red+Green+Blue) = 159+56+94=309 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.46% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 159 - color contains mainly: red. Hex color #9F385E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F385E is #60C7A1. Grayscale: #5B5B5B. Windows color (decimal): -6342562 or 6174879. OLE color: 6174879.
HSL color Cylindrical-coordinate representation of color #9F385E: hue angle of 337.86º 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 #9F385E is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 56 | 94 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.38 |
| HSL | 337.86º | 0.48% | 0.42% | - |
| HSV(B) | 337.86º | 0.65% | 0.62% | - |
| XYZ | 17.73 | 11.01 | 11.78 | - |
| YUV | 91.13 | 129.62 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 56 | 94 | 0 | 0.65 | 0.41 | 0.38 | 337.86 | 0.48 | 0.42 |
| Hex | 9F | 38 | 5E | 0 | 41 | 29 | 26 | 152 | 30 | 2A |
| Octal | 237 | 70 | 136 | 0 | 101 | 51 | 46 | 522 | 60 | 52 |
| Binary | 10011111 | 111000 | 1011110 | 0 | 1000001 | 101001 | 100110 | 101010010 | 110000 | 101010 |
Color Harmonies of #9F385E
Complementary color
Monochromatic Colors of #9F385E
Black with #9F385E
Text Example
Text Example
White with #9F385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F385E; }
p { color: rgb(159,56,94); }
H1.HeaderClassName
{
color: #9F385E;
}
.AnyTagClassName
{
color: #9F385E;
}
</style>
background-color css
<style>
a { background-color: #9F385E; }
a { background-color: rgb(159,56,94); }
div.DivClassName
{
background-color: #9F385E;
}
.BgClassName
{
background-color: #9F385E;
}
</style>
border-color css
<style>
span { border-color: #9F385E; }
span { border-color: rgb(159,56,94); }
td.TdClassName
{
border-color: #9F385E;
}
.TagClassName
{
border-color: #9F385E;
}
</style>