Shades of Rouge #9F3875
Tints of Rouge #9F3875
RGB
CMYK
RGB Variations
Color information
#9F3875 (or 0x9F3875) is known color: Rouge. HEX triplet: 9F, 38 and 75. RGB value is (159,56,117). Sum of RGB (Red+Green+Blue) = 159+56+117=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3875 is #60C78A. Grayscale: #5D5D5D. Windows color (decimal): -6342539 or 7682207. OLE color: 7682207.
HSL color Cylindrical-coordinate representation of color #9F3875: hue angle of 324.47º 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 #9F3875 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 56 | 117 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.38 |
| HSL | 324.47º | 0.48% | 0.42% | - |
| HSV(B) | 324.47º | 0.65% | 0.62% | - |
| XYZ | 18.92 | 11.48 | 18.05 | - |
| YUV | 93.75 | 141.12 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 56 | 117 | 0 | 0.65 | 0.26 | 0.38 | 324.47 | 0.48 | 0.42 |
| Hex | 9F | 38 | 75 | 0 | 41 | 1A | 26 | 144 | 30 | 2A |
| Octal | 237 | 70 | 165 | 0 | 101 | 32 | 46 | 504 | 60 | 52 |
| Binary | 10011111 | 111000 | 1110101 | 0 | 1000001 | 11010 | 100110 | 101000100 | 110000 | 101010 |
Color Harmonies of #9F3875
Complementary color
Monochromatic Colors of #9F3875
Black with #9F3875
Text Example
Text Example
White with #9F3875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3875; }
p { color: rgb(159,56,117); }
H1.HeaderClassName
{
color: #9F3875;
}
.AnyTagClassName
{
color: #9F3875;
}
</style>
background-color css
<style>
a { background-color: #9F3875; }
a { background-color: rgb(159,56,117); }
div.DivClassName
{
background-color: #9F3875;
}
.BgClassName
{
background-color: #9F3875;
}
</style>
border-color css
<style>
span { border-color: #9F3875; }
span { border-color: rgb(159,56,117); }
td.TdClassName
{
border-color: #9F3875;
}
.TagClassName
{
border-color: #9F3875;
}
</style>