Shades of Lipstick #9F1A52
Tints of Lipstick #9F1A52
RGB
CMYK
RGB Variations
Color information
#9F1A52 (or 0x9F1A52) is known color: Lipstick. HEX triplet: 9F, 1A and 52. RGB value is (159,26,82). Sum of RGB (Red+Green+Blue) = 159+26+82=267 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.55% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1A52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1A52 is #60E5AD. Grayscale: #484848. Windows color (decimal): -6350254 or 5380767. OLE color: 5380767.
HSL color Cylindrical-coordinate representation of color #9F1A52: hue angle of 334.74º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F1A52 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 26 | 82 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.38 |
| HSL | 334.74º | 0.72% | 0.36% | - |
| HSV(B) | 334.74º | 0.84% | 0.62% | - |
| XYZ | 16.19 | 8.72 | 8.81 | - |
| YUV | 72.15 | 133.56 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 26 | 82 | 0 | 0.84 | 0.48 | 0.38 | 334.74 | 0.72 | 0.36 |
| Hex | 9F | 1A | 52 | 0 | 54 | 30 | 26 | 14F | 48 | 24 |
| Octal | 237 | 32 | 122 | 0 | 124 | 60 | 46 | 517 | 110 | 44 |
| Binary | 10011111 | 11010 | 1010010 | 0 | 1010100 | 110000 | 100110 | 101001111 | 1001000 | 100100 |
Color Harmonies of #9F1A52
Complementary color
Monochromatic Colors of #9F1A52
Black with #9F1A52
Text Example
Text Example
White with #9F1A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1A52; }
p { color: rgb(159,26,82); }
H1.HeaderClassName
{
color: #9F1A52;
}
.AnyTagClassName
{
color: #9F1A52;
}
</style>
background-color css
<style>
a { background-color: #9F1A52; }
a { background-color: rgb(159,26,82); }
div.DivClassName
{
background-color: #9F1A52;
}
.BgClassName
{
background-color: #9F1A52;
}
</style>
border-color css
<style>
span { border-color: #9F1A52; }
span { border-color: rgb(159,26,82); }
td.TdClassName
{
border-color: #9F1A52;
}
.TagClassName
{
border-color: #9F1A52;
}
</style>