Shades of Lipstick #9F264D
Tints of Lipstick #9F264D
RGB
CMYK
RGB Variations
Color information
#9F264D (or 0x9F264D) is known color: Lipstick. HEX triplet: 9F, 26 and 4D. RGB value is (159,38,77). Sum of RGB (Red+Green+Blue) = 159+38+77=274 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.03% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 159 - color contains mainly: red. Hex color #9F264D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F264D is #60D9B2. Grayscale: #4E4E4E. Windows color (decimal): -6347187 or 5056159. OLE color: 5056159.
HSL color Cylindrical-coordinate representation of color #9F264D: hue angle of 340.66º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9F264D is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 38 | 77 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.38 |
| HSL | 340.66º | 0.61% | 0.39% | - |
| HSV(B) | 340.66º | 0.76% | 0.62% | - |
| XYZ | 16.33 | 9.29 | 7.95 | - |
| YUV | 78.63 | 127.09 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 38 | 77 | 0 | 0.76 | 0.52 | 0.38 | 340.66 | 0.61 | 0.39 |
| Hex | 9F | 26 | 4D | 0 | 4C | 34 | 26 | 155 | 3D | 27 |
| Octal | 237 | 46 | 115 | 0 | 114 | 64 | 46 | 525 | 75 | 47 |
| Binary | 10011111 | 100110 | 1001101 | 0 | 1001100 | 110100 | 100110 | 101010101 | 111101 | 100111 |
Color Harmonies of #9F264D
Complementary color
Monochromatic Colors of #9F264D
Black with #9F264D
Text Example
Text Example
White with #9F264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F264D; }
p { color: rgb(159,38,77); }
H1.HeaderClassName
{
color: #9F264D;
}
.AnyTagClassName
{
color: #9F264D;
}
</style>
background-color css
<style>
a { background-color: #9F264D; }
a { background-color: rgb(159,38,77); }
div.DivClassName
{
background-color: #9F264D;
}
.BgClassName
{
background-color: #9F264D;
}
</style>
border-color css
<style>
span { border-color: #9F264D; }
span { border-color: rgb(159,38,77); }
td.TdClassName
{
border-color: #9F264D;
}
.TagClassName
{
border-color: #9F264D;
}
</style>