Shades of Rouge #9F3F67
Tints of Rouge #9F3F67
RGB
CMYK
RGB Variations
Color information
#9F3F67 (or 0x9F3F67) is known color: Rouge. HEX triplet: 9F, 3F and 67. RGB value is (159,63,103). Sum of RGB (Red+Green+Blue) = 159+63+103=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3F67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3F67 is #60C098. Grayscale: #606060. Windows color (decimal): -6340761 or 6766495. OLE color: 6766495.
HSL color Cylindrical-coordinate representation of color #9F3F67: hue angle of 335º 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 #9F3F67 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 63 | 103 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.38 |
| HSL | 335º | 0.43% | 0.44% | - |
| HSV(B) | 335º | 0.6% | 0.62% | - |
| XYZ | 18.52 | 11.91 | 14.15 | - |
| YUV | 96.26 | 131.8 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 63 | 103 | 0 | 0.60 | 0.35 | 0.38 | 335 | 0.43 | 0.44 |
| Hex | 9F | 3F | 67 | 0 | 3C | 23 | 26 | 14F | 2B | 2C |
| Octal | 237 | 77 | 147 | 0 | 74 | 43 | 46 | 517 | 53 | 54 |
| Binary | 10011111 | 111111 | 1100111 | 0 | 111100 | 100011 | 100110 | 101001111 | 101011 | 101100 |
Color Harmonies of #9F3F67
Complementary color
Monochromatic Colors of #9F3F67
Black with #9F3F67
Text Example
Text Example
White with #9F3F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3F67; }
p { color: rgb(159,63,103); }
H1.HeaderClassName
{
color: #9F3F67;
}
.AnyTagClassName
{
color: #9F3F67;
}
</style>
background-color css
<style>
a { background-color: #9F3F67; }
a { background-color: rgb(159,63,103); }
div.DivClassName
{
background-color: #9F3F67;
}
.BgClassName
{
background-color: #9F3F67;
}
</style>
border-color css
<style>
span { border-color: #9F3F67; }
span { border-color: rgb(159,63,103); }
td.TdClassName
{
border-color: #9F3F67;
}
.TagClassName
{
border-color: #9F3F67;
}
</style>