Shades of Lipstick #9F2D4A
Tints of Lipstick #9F2D4A
RGB
CMYK
RGB Variations
Color information
#9F2D4A (or 0x9F2D4A) is known color: Lipstick. HEX triplet: 9F, 2D and 4A. RGB value is (159,45,74). Sum of RGB (Red+Green+Blue) = 159+45+74=278 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.19% from 278); Green value is 45 (17.97% from 255 or 16.19% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2D4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2D4A is #60D2B5. Grayscale: #525252. Windows color (decimal): -6345398 or 4861343. OLE color: 4861343.
HSL color Cylindrical-coordinate representation of color #9F2D4A: hue angle of 344.74º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F2D4A is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 45 | 74 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.38 |
| HSL | 344.74º | 0.56% | 0.4% | - |
| HSV(B) | 344.74º | 0.72% | 0.62% | - |
| XYZ | 16.47 | 9.74 | 7.49 | - |
| YUV | 82.39 | 123.27 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 45 | 74 | 0 | 0.72 | 0.53 | 0.38 | 344.74 | 0.56 | 0.4 |
| Hex | 9F | 2D | 4A | 0 | 48 | 35 | 26 | 159 | 38 | 28 |
| Octal | 237 | 55 | 112 | 0 | 110 | 65 | 46 | 531 | 70 | 50 |
| Binary | 10011111 | 101101 | 1001010 | 0 | 1001000 | 110101 | 100110 | 101011001 | 111000 | 101000 |
Color Harmonies of #9F2D4A
Complementary color
Monochromatic Colors of #9F2D4A
Black with #9F2D4A
Text Example
Text Example
White with #9F2D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2D4A; }
p { color: rgb(159,45,74); }
H1.HeaderClassName
{
color: #9F2D4A;
}
.AnyTagClassName
{
color: #9F2D4A;
}
</style>
background-color css
<style>
a { background-color: #9F2D4A; }
a { background-color: rgb(159,45,74); }
div.DivClassName
{
background-color: #9F2D4A;
}
.BgClassName
{
background-color: #9F2D4A;
}
</style>
border-color css
<style>
span { border-color: #9F2D4A; }
span { border-color: rgb(159,45,74); }
td.TdClassName
{
border-color: #9F2D4A;
}
.TagClassName
{
border-color: #9F2D4A;
}
</style>