Shades of Lipstick #9F284A
Tints of Lipstick #9F284A
RGB
CMYK
RGB Variations
Color information
#9F284A (or 0x9F284A) is known color: Lipstick. HEX triplet: 9F, 28 and 4A. RGB value is (159,40,74). Sum of RGB (Red+Green+Blue) = 159+40+74=273 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.24% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 159 - color contains mainly: red. Hex color #9F284A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F284A is #60D7B5. Grayscale: #4F4F4F. Windows color (decimal): -6346678 or 4860063. OLE color: 4860063.
HSL color Cylindrical-coordinate representation of color #9F284A: hue angle of 342.86º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F284A is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 40 | 74 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.38 |
| HSL | 342.86º | 0.6% | 0.39% | - |
| HSV(B) | 342.86º | 0.75% | 0.62% | - |
| XYZ | 16.29 | 9.38 | 7.43 | - |
| YUV | 79.46 | 124.92 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 40 | 74 | 0 | 0.75 | 0.53 | 0.38 | 342.86 | 0.6 | 0.39 |
| Hex | 9F | 28 | 4A | 0 | 4B | 35 | 26 | 157 | 3C | 27 |
| Octal | 237 | 50 | 112 | 0 | 113 | 65 | 46 | 527 | 74 | 47 |
| Binary | 10011111 | 101000 | 1001010 | 0 | 1001011 | 110101 | 100110 | 101010111 | 111100 | 100111 |
Color Harmonies of #9F284A
Complementary color
Monochromatic Colors of #9F284A
Black with #9F284A
Text Example
Text Example
White with #9F284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F284A; }
p { color: rgb(159,40,74); }
H1.HeaderClassName
{
color: #9F284A;
}
.AnyTagClassName
{
color: #9F284A;
}
</style>
background-color css
<style>
a { background-color: #9F284A; }
a { background-color: rgb(159,40,74); }
div.DivClassName
{
background-color: #9F284A;
}
.BgClassName
{
background-color: #9F284A;
}
</style>
border-color css
<style>
span { border-color: #9F284A; }
span { border-color: rgb(159,40,74); }
td.TdClassName
{
border-color: #9F284A;
}
.TagClassName
{
border-color: #9F284A;
}
</style>