Shades of Rouge #9F3575
Tints of Rouge #9F3575
RGB
CMYK
RGB Variations
Color information
#9F3575 (or 0x9F3575) is known color: Rouge. HEX triplet: 9F, 35 and 75. RGB value is (159,53,117). Sum of RGB (Red+Green+Blue) = 159+53+117=329 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.33% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3575 is #60CA8A. Grayscale: #5B5B5B. Windows color (decimal): -6343307 or 7681439. OLE color: 7681439.
HSL color Cylindrical-coordinate representation of color #9F3575: hue angle of 323.77º 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 #9F3575 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 53 | 117 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.38 |
| HSL | 323.77º | 0.5% | 0.42% | - |
| HSV(B) | 323.77º | 0.67% | 0.62% | - |
| XYZ | 18.78 | 11.2 | 18 | - |
| YUV | 91.99 | 142.12 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 53 | 117 | 0 | 0.67 | 0.26 | 0.38 | 323.77 | 0.5 | 0.42 |
| Hex | 9F | 35 | 75 | 0 | 43 | 1A | 26 | 144 | 32 | 2A |
| Octal | 237 | 65 | 165 | 0 | 103 | 32 | 46 | 504 | 62 | 52 |
| Binary | 10011111 | 110101 | 1110101 | 0 | 1000011 | 11010 | 100110 | 101000100 | 110010 | 101010 |
Color Harmonies of #9F3575
Complementary color
Monochromatic Colors of #9F3575
Black with #9F3575
Text Example
Text Example
White with #9F3575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3575; }
p { color: rgb(159,53,117); }
H1.HeaderClassName
{
color: #9F3575;
}
.AnyTagClassName
{
color: #9F3575;
}
</style>
background-color css
<style>
a { background-color: #9F3575; }
a { background-color: rgb(159,53,117); }
div.DivClassName
{
background-color: #9F3575;
}
.BgClassName
{
background-color: #9F3575;
}
</style>
border-color css
<style>
span { border-color: #9F3575; }
span { border-color: rgb(159,53,117); }
td.TdClassName
{
border-color: #9F3575;
}
.TagClassName
{
border-color: #9F3575;
}
</style>