Shades of Lipstick #9A154C
Tints of Lipstick #9A154C
RGB
CMYK
RGB Variations
Color information
#9A154C (or 0x9A154C) is known color: Lipstick. HEX triplet: 9A, 15 and 4C. RGB value is (154,21,76). Sum of RGB (Red+Green+Blue) = 154+21+76=251 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.35% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 154 - color contains mainly: red. Hex color #9A154C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A154C is #65EAB3. Grayscale: #424242. Windows color (decimal): -6679220 or 4986266. OLE color: 4986266.
HSL color Cylindrical-coordinate representation of color #9A154C: hue angle of 335.19º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A154C is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 21 | 76 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.40 |
| HSL | 335.19º | 0.76% | 0.34% | - |
| HSV(B) | 335.19º | 0.86% | 0.6% | - |
| XYZ | 14.9 | 7.93 | 7.58 | - |
| YUV | 67.04 | 133.06 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 21 | 76 | 0 | 0.86 | 0.51 | 0.40 | 335.19 | 0.76 | 0.34 |
| Hex | 9A | 15 | 4C | 0 | 56 | 33 | 28 | 14F | 4C | 22 |
| Octal | 232 | 25 | 114 | 0 | 126 | 63 | 50 | 517 | 114 | 42 |
| Binary | 10011010 | 10101 | 1001100 | 0 | 1010110 | 110011 | 101000 | 101001111 | 1001100 | 100010 |
Color Harmonies of #9A154C
Complementary color
Monochromatic Colors of #9A154C
Black with #9A154C
Text Example
Text Example
White with #9A154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A154C; }
p { color: rgb(154,21,76); }
H1.HeaderClassName
{
color: #9A154C;
}
.AnyTagClassName
{
color: #9A154C;
}
</style>
background-color css
<style>
a { background-color: #9A154C; }
a { background-color: rgb(154,21,76); }
div.DivClassName
{
background-color: #9A154C;
}
.BgClassName
{
background-color: #9A154C;
}
</style>
border-color css
<style>
span { border-color: #9A154C; }
span { border-color: rgb(154,21,76); }
td.TdClassName
{
border-color: #9A154C;
}
.TagClassName
{
border-color: #9A154C;
}
</style>