Shades of Rouge #9F3871
Tints of Rouge #9F3871
RGB
CMYK
RGB Variations
Color information
#9F3871 (or 0x9F3871) is known color: Rouge. HEX triplet: 9F, 38 and 71. RGB value is (159,56,113). Sum of RGB (Red+Green+Blue) = 159+56+113=328 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.48% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3871 is #60C78E. Grayscale: #5D5D5D. Windows color (decimal): -6342543 or 7420063. OLE color: 7420063.
HSL color Cylindrical-coordinate representation of color #9F3871: hue angle of 326.8º 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 #9F3871 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 56 | 113 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.38 |
| HSL | 326.8º | 0.48% | 0.42% | - |
| HSV(B) | 326.8º | 0.65% | 0.62% | - |
| XYZ | 18.69 | 11.39 | 16.84 | - |
| YUV | 93.3 | 139.12 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 56 | 113 | 0 | 0.65 | 0.29 | 0.38 | 326.8 | 0.48 | 0.42 |
| Hex | 9F | 38 | 71 | 0 | 41 | 1D | 26 | 147 | 30 | 2A |
| Octal | 237 | 70 | 161 | 0 | 101 | 35 | 46 | 507 | 60 | 52 |
| Binary | 10011111 | 111000 | 1110001 | 0 | 1000001 | 11101 | 100110 | 101000111 | 110000 | 101010 |
Color Harmonies of #9F3871
Complementary color
Monochromatic Colors of #9F3871
Black with #9F3871
Text Example
Text Example
White with #9F3871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3871; }
p { color: rgb(159,56,113); }
H1.HeaderClassName
{
color: #9F3871;
}
.AnyTagClassName
{
color: #9F3871;
}
</style>
background-color css
<style>
a { background-color: #9F3871; }
a { background-color: rgb(159,56,113); }
div.DivClassName
{
background-color: #9F3871;
}
.BgClassName
{
background-color: #9F3871;
}
</style>
border-color css
<style>
span { border-color: #9F3871; }
span { border-color: rgb(159,56,113); }
td.TdClassName
{
border-color: #9F3871;
}
.TagClassName
{
border-color: #9F3871;
}
</style>