Shades of Rouge #9F376F
Tints of Rouge #9F376F
RGB
CMYK
RGB Variations
Color information
#9F376F (or 0x9F376F) is known color: Rouge. HEX triplet: 9F, 37 and 6F. RGB value is (159,55,111). Sum of RGB (Red+Green+Blue) = 159+55+111=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F376F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F376F is #60C890. Grayscale: #5C5C5C. Windows color (decimal): -6342801 or 7288735. OLE color: 7288735.
HSL color Cylindrical-coordinate representation of color #9F376F: hue angle of 327.69º degrees, saturation: 0.49, 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 #9F376F is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 55 | 111 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.38 |
| HSL | 327.69º | 0.49% | 0.42% | - |
| HSV(B) | 327.69º | 0.65% | 0.62% | - |
| XYZ | 18.53 | 11.25 | 16.23 | - |
| YUV | 92.48 | 138.46 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 55 | 111 | 0 | 0.65 | 0.30 | 0.38 | 327.69 | 0.49 | 0.42 |
| Hex | 9F | 37 | 6F | 0 | 41 | 1E | 26 | 148 | 31 | 2A |
| Octal | 237 | 67 | 157 | 0 | 101 | 36 | 46 | 510 | 61 | 52 |
| Binary | 10011111 | 110111 | 1101111 | 0 | 1000001 | 11110 | 100110 | 101001000 | 110001 | 101010 |
Color Harmonies of #9F376F
Complementary color
Monochromatic Colors of #9F376F
Black with #9F376F
Text Example
Text Example
White with #9F376F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F376F; }
p { color: rgb(159,55,111); }
H1.HeaderClassName
{
color: #9F376F;
}
.AnyTagClassName
{
color: #9F376F;
}
</style>
background-color css
<style>
a { background-color: #9F376F; }
a { background-color: rgb(159,55,111); }
div.DivClassName
{
background-color: #9F376F;
}
.BgClassName
{
background-color: #9F376F;
}
</style>
border-color css
<style>
span { border-color: #9F376F; }
span { border-color: rgb(159,55,111); }
td.TdClassName
{
border-color: #9F376F;
}
.TagClassName
{
border-color: #9F376F;
}
</style>