Shades of Rouge #9F4067
Tints of Rouge #9F4067
RGB
CMYK
RGB Variations
Color information
#9F4067 (or 0x9F4067) is known color: Rouge. HEX triplet: 9F, 40 and 67. RGB value is (159,64,103). Sum of RGB (Red+Green+Blue) = 159+64+103=326 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.77% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4067 is #60BF98. Grayscale: #606060. Windows color (decimal): -6340505 or 6766751. OLE color: 6766751.
HSL color Cylindrical-coordinate representation of color #9F4067: hue angle of 335.37º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F4067 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 64 | 103 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.38 |
| HSL | 335.37º | 0.43% | 0.44% | - |
| HSV(B) | 335.37º | 0.6% | 0.62% | - |
| XYZ | 18.58 | 12.02 | 14.17 | - |
| YUV | 96.85 | 131.47 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 64 | 103 | 0 | 0.60 | 0.35 | 0.38 | 335.37 | 0.43 | 0.44 |
| Hex | 9F | 40 | 67 | 0 | 3C | 23 | 26 | 14F | 2B | 2C |
| Octal | 237 | 100 | 147 | 0 | 74 | 43 | 46 | 517 | 53 | 54 |
| Binary | 10011111 | 1000000 | 1100111 | 0 | 111100 | 100011 | 100110 | 101001111 | 101011 | 101100 |
Color Harmonies of #9F4067
Complementary color
Monochromatic Colors of #9F4067
Black with #9F4067
Text Example
Text Example
White with #9F4067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4067; }
p { color: rgb(159,64,103); }
H1.HeaderClassName
{
color: #9F4067;
}
.AnyTagClassName
{
color: #9F4067;
}
</style>
background-color css
<style>
a { background-color: #9F4067; }
a { background-color: rgb(159,64,103); }
div.DivClassName
{
background-color: #9F4067;
}
.BgClassName
{
background-color: #9F4067;
}
</style>
border-color css
<style>
span { border-color: #9F4067; }
span { border-color: rgb(159,64,103); }
td.TdClassName
{
border-color: #9F4067;
}
.TagClassName
{
border-color: #9F4067;
}
</style>