Shades of Lipstick #9A1751
Tints of Lipstick #9A1751
RGB
CMYK
RGB Variations
Color information
#9A1751 (or 0x9A1751) is known color: Lipstick. HEX triplet: 9A, 17 and 51. RGB value is (154,23,81). Sum of RGB (Red+Green+Blue) = 154+23+81=258 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.69% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 81 (32.03% from 255 or 31.40% from 258); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1751 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1751 is #65E8AE. Grayscale: #444444. Windows color (decimal): -6678703 or 5314458. OLE color: 5314458.
HSL color Cylindrical-coordinate representation of color #9A1751: hue angle of 333.44º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9A1751 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 23 | 81 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.40 |
| HSL | 333.44º | 0.74% | 0.35% | - |
| HSV(B) | 333.44º | 0.85% | 0.6% | - |
| XYZ | 15.12 | 8.08 | 8.55 | - |
| YUV | 68.78 | 134.9 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 23 | 81 | 0 | 0.85 | 0.47 | 0.40 | 333.44 | 0.74 | 0.35 |
| Hex | 9A | 17 | 51 | 0 | 55 | 2F | 28 | 14D | 4A | 23 |
| Octal | 232 | 27 | 121 | 0 | 125 | 57 | 50 | 515 | 112 | 43 |
| Binary | 10011010 | 10111 | 1010001 | 0 | 1010101 | 101111 | 101000 | 101001101 | 1001010 | 100011 |
Color Harmonies of #9A1751
Complementary color
Monochromatic Colors of #9A1751
Black with #9A1751
Text Example
Text Example
White with #9A1751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1751; }
p { color: rgb(154,23,81); }
H1.HeaderClassName
{
color: #9A1751;
}
.AnyTagClassName
{
color: #9A1751;
}
</style>
background-color css
<style>
a { background-color: #9A1751; }
a { background-color: rgb(154,23,81); }
div.DivClassName
{
background-color: #9A1751;
}
.BgClassName
{
background-color: #9A1751;
}
</style>
border-color css
<style>
span { border-color: #9A1751; }
span { border-color: rgb(154,23,81); }
td.TdClassName
{
border-color: #9A1751;
}
.TagClassName
{
border-color: #9A1751;
}
</style>