Shades of Rouge #9F3671
Tints of Rouge #9F3671
RGB
CMYK
RGB Variations
Color information
#9F3671 (or 0x9F3671) is known color: Rouge. HEX triplet: 9F, 36 and 71. RGB value is (159,54,113). Sum of RGB (Red+Green+Blue) = 159+54+113=326 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.77% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3671 is #60C98E. Grayscale: #5B5B5B. Windows color (decimal): -6343055 or 7419551. OLE color: 7419551.
HSL color Cylindrical-coordinate representation of color #9F3671: hue angle of 326.29º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F3671 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 54 | 113 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.38 |
| HSL | 326.29º | 0.49% | 0.42% | - |
| HSV(B) | 326.29º | 0.66% | 0.62% | - |
| XYZ | 18.6 | 11.2 | 16.8 | - |
| YUV | 92.12 | 139.79 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 54 | 113 | 0 | 0.66 | 0.29 | 0.38 | 326.29 | 0.49 | 0.42 |
| Hex | 9F | 36 | 71 | 0 | 42 | 1D | 26 | 146 | 31 | 2A |
| Octal | 237 | 66 | 161 | 0 | 102 | 35 | 46 | 506 | 61 | 52 |
| Binary | 10011111 | 110110 | 1110001 | 0 | 1000010 | 11101 | 100110 | 101000110 | 110001 | 101010 |
Color Harmonies of #9F3671
Complementary color
Monochromatic Colors of #9F3671
Black with #9F3671
Text Example
Text Example
White with #9F3671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3671; }
p { color: rgb(159,54,113); }
H1.HeaderClassName
{
color: #9F3671;
}
.AnyTagClassName
{
color: #9F3671;
}
</style>
background-color css
<style>
a { background-color: #9F3671; }
a { background-color: rgb(159,54,113); }
div.DivClassName
{
background-color: #9F3671;
}
.BgClassName
{
background-color: #9F3671;
}
</style>
border-color css
<style>
span { border-color: #9F3671; }
span { border-color: rgb(159,54,113); }
td.TdClassName
{
border-color: #9F3671;
}
.TagClassName
{
border-color: #9F3671;
}
</style>