Shades of Rouge #9F3870
Tints of Rouge #9F3870
RGB
CMYK
RGB Variations
Color information
#9F3870 (or 0x9F3870) is known color: Rouge. HEX triplet: 9F, 38 and 70. RGB value is (159,56,112). Sum of RGB (Red+Green+Blue) = 159+56+112=327 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.62% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3870 is #60C78F. Grayscale: #5D5D5D. Windows color (decimal): -6342544 or 7354527. OLE color: 7354527.
HSL color Cylindrical-coordinate representation of color #9F3870: hue angle of 327.38º 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 #9F3870 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 56 | 112 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.38 |
| HSL | 327.38º | 0.48% | 0.42% | - |
| HSV(B) | 327.38º | 0.65% | 0.62% | - |
| XYZ | 18.64 | 11.37 | 16.54 | - |
| YUV | 93.18 | 138.62 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 56 | 112 | 0 | 0.65 | 0.30 | 0.38 | 327.38 | 0.48 | 0.42 |
| Hex | 9F | 38 | 70 | 0 | 41 | 1E | 26 | 147 | 30 | 2A |
| Octal | 237 | 70 | 160 | 0 | 101 | 36 | 46 | 507 | 60 | 52 |
| Binary | 10011111 | 111000 | 1110000 | 0 | 1000001 | 11110 | 100110 | 101000111 | 110000 | 101010 |
Color Harmonies of #9F3870
Complementary color
Monochromatic Colors of #9F3870
Black with #9F3870
Text Example
Text Example
White with #9F3870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3870; }
p { color: rgb(159,56,112); }
H1.HeaderClassName
{
color: #9F3870;
}
.AnyTagClassName
{
color: #9F3870;
}
</style>
background-color css
<style>
a { background-color: #9F3870; }
a { background-color: rgb(159,56,112); }
div.DivClassName
{
background-color: #9F3870;
}
.BgClassName
{
background-color: #9F3870;
}
</style>
border-color css
<style>
span { border-color: #9F3870; }
span { border-color: rgb(159,56,112); }
td.TdClassName
{
border-color: #9F3870;
}
.TagClassName
{
border-color: #9F3870;
}
</style>