Shades of Rouge #9F4367
Tints of Rouge #9F4367
RGB
CMYK
RGB Variations
Color information
#9F4367 (or 0x9F4367) is known color: Rouge. HEX triplet: 9F, 43 and 67. RGB value is (159,67,103). Sum of RGB (Red+Green+Blue) = 159+67+103=329 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.33% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4367 is #60BC98. Grayscale: #626262. Windows color (decimal): -6339737 or 6767519. OLE color: 6767519.
HSL color Cylindrical-coordinate representation of color #9F4367: hue angle of 336.52º 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 #9F4367 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 67 | 103 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.38 |
| HSL | 336.52º | 0.41% | 0.44% | - |
| HSV(B) | 336.52º | 0.58% | 0.62% | - |
| XYZ | 18.75 | 12.36 | 14.23 | - |
| YUV | 98.61 | 130.48 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 67 | 103 | 0 | 0.58 | 0.35 | 0.38 | 336.52 | 0.41 | 0.44 |
| Hex | 9F | 43 | 67 | 0 | 3A | 23 | 26 | 151 | 29 | 2C |
| Octal | 237 | 103 | 147 | 0 | 72 | 43 | 46 | 521 | 51 | 54 |
| Binary | 10011111 | 1000011 | 1100111 | 0 | 111010 | 100011 | 100110 | 101010001 | 101001 | 101100 |
Color Harmonies of #9F4367
Complementary color
Monochromatic Colors of #9F4367
Black with #9F4367
Text Example
Text Example
White with #9F4367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4367; }
p { color: rgb(159,67,103); }
H1.HeaderClassName
{
color: #9F4367;
}
.AnyTagClassName
{
color: #9F4367;
}
</style>
background-color css
<style>
a { background-color: #9F4367; }
a { background-color: rgb(159,67,103); }
div.DivClassName
{
background-color: #9F4367;
}
.BgClassName
{
background-color: #9F4367;
}
</style>
border-color css
<style>
span { border-color: #9F4367; }
span { border-color: rgb(159,67,103); }
td.TdClassName
{
border-color: #9F4367;
}
.TagClassName
{
border-color: #9F4367;
}
</style>