Shades of Rouge #9F4375
Tints of Rouge #9F4375
RGB
CMYK
RGB Variations
Color information
#9F4375 (or 0x9F4375) is known color: Rouge. HEX triplet: 9F, 43 and 75. RGB value is (159,67,117). Sum of RGB (Red+Green+Blue) = 159+67+117=343 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.36% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4375 is #60BC8A. Grayscale: #646464. Windows color (decimal): -6339723 or 7685023. OLE color: 7685023.
HSL color Cylindrical-coordinate representation of color #9F4375: hue angle of 327.39º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F4375 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 67 | 117 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.38 |
| HSL | 327.39º | 0.41% | 0.44% | - |
| HSV(B) | 327.39º | 0.58% | 0.62% | - |
| XYZ | 19.52 | 12.67 | 18.25 | - |
| YUV | 100.21 | 137.48 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 67 | 117 | 0 | 0.58 | 0.26 | 0.38 | 327.39 | 0.41 | 0.44 |
| Hex | 9F | 43 | 75 | 0 | 3A | 1A | 26 | 147 | 29 | 2C |
| Octal | 237 | 103 | 165 | 0 | 72 | 32 | 46 | 507 | 51 | 54 |
| Binary | 10011111 | 1000011 | 1110101 | 0 | 111010 | 11010 | 100110 | 101000111 | 101001 | 101100 |
Color Harmonies of #9F4375
Complementary color
Monochromatic Colors of #9F4375
Black with #9F4375
Text Example
Text Example
White with #9F4375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4375; }
p { color: rgb(159,67,117); }
H1.HeaderClassName
{
color: #9F4375;
}
.AnyTagClassName
{
color: #9F4375;
}
</style>
background-color css
<style>
a { background-color: #9F4375; }
a { background-color: rgb(159,67,117); }
div.DivClassName
{
background-color: #9F4375;
}
.BgClassName
{
background-color: #9F4375;
}
</style>
border-color css
<style>
span { border-color: #9F4375; }
span { border-color: rgb(159,67,117); }
td.TdClassName
{
border-color: #9F4375;
}
.TagClassName
{
border-color: #9F4375;
}
</style>