Shades of Rouge #9F4265
Tints of Rouge #9F4265
RGB
CMYK
RGB Variations
Color information
#9F4265 (or 0x9F4265) is known color: Rouge. HEX triplet: 9F, 42 and 65. RGB value is (159,66,101). Sum of RGB (Red+Green+Blue) = 159+66+101=326 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.77% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4265 is #60BD9A. Grayscale: #616161. Windows color (decimal): -6339995 or 6636191. OLE color: 6636191.
HSL color Cylindrical-coordinate representation of color #9F4265: hue angle of 337.42º 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 #9F4265 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 66 | 101 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.38 |
| HSL | 337.42º | 0.41% | 0.44% | - |
| HSV(B) | 337.42º | 0.58% | 0.62% | - |
| XYZ | 18.6 | 12.21 | 13.69 | - |
| YUV | 97.8 | 129.81 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 66 | 101 | 0 | 0.58 | 0.36 | 0.38 | 337.42 | 0.41 | 0.44 |
| Hex | 9F | 42 | 65 | 0 | 3A | 24 | 26 | 151 | 29 | 2C |
| Octal | 237 | 102 | 145 | 0 | 72 | 44 | 46 | 521 | 51 | 54 |
| Binary | 10011111 | 1000010 | 1100101 | 0 | 111010 | 100100 | 100110 | 101010001 | 101001 | 101100 |
Color Harmonies of #9F4265
Complementary color
Monochromatic Colors of #9F4265
Black with #9F4265
Text Example
Text Example
White with #9F4265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4265; }
p { color: rgb(159,66,101); }
H1.HeaderClassName
{
color: #9F4265;
}
.AnyTagClassName
{
color: #9F4265;
}
</style>
background-color css
<style>
a { background-color: #9F4265; }
a { background-color: rgb(159,66,101); }
div.DivClassName
{
background-color: #9F4265;
}
.BgClassName
{
background-color: #9F4265;
}
</style>
border-color css
<style>
span { border-color: #9F4265; }
span { border-color: rgb(159,66,101); }
td.TdClassName
{
border-color: #9F4265;
}
.TagClassName
{
border-color: #9F4265;
}
</style>