Shades of Lipstick #9A254C
Tints of Lipstick #9A254C
RGB
CMYK
RGB Variations
Color information
#9A254C (or 0x9A254C) is known color: Lipstick. HEX triplet: 9A, 25 and 4C. RGB value is (154,37,76). Sum of RGB (Red+Green+Blue) = 154+37+76=267 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.68% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 154 - color contains mainly: red. Hex color #9A254C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A254C is #65DAB3. Grayscale: #4C4C4C. Windows color (decimal): -6675124 or 4990362. OLE color: 4990362.
HSL color Cylindrical-coordinate representation of color #9A254C: hue angle of 340º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A254C is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 37 | 76 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.40 |
| HSL | 340º | 0.61% | 0.37% | - |
| HSV(B) | 340º | 0.76% | 0.6% | - |
| XYZ | 15.29 | 8.71 | 7.71 | - |
| YUV | 76.43 | 127.76 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 37 | 76 | 0 | 0.76 | 0.51 | 0.40 | 340 | 0.61 | 0.37 |
| Hex | 9A | 25 | 4C | 0 | 4C | 33 | 28 | 154 | 3D | 25 |
| Octal | 232 | 45 | 114 | 0 | 114 | 63 | 50 | 524 | 75 | 45 |
| Binary | 10011010 | 100101 | 1001100 | 0 | 1001100 | 110011 | 101000 | 101010100 | 111101 | 100101 |
Color Harmonies of #9A254C
Complementary color
Monochromatic Colors of #9A254C
Black with #9A254C
Text Example
Text Example
White with #9A254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A254C; }
p { color: rgb(154,37,76); }
H1.HeaderClassName
{
color: #9A254C;
}
.AnyTagClassName
{
color: #9A254C;
}
</style>
background-color css
<style>
a { background-color: #9A254C; }
a { background-color: rgb(154,37,76); }
div.DivClassName
{
background-color: #9A254C;
}
.BgClassName
{
background-color: #9A254C;
}
</style>
border-color css
<style>
span { border-color: #9A254C; }
span { border-color: rgb(154,37,76); }
td.TdClassName
{
border-color: #9A254C;
}
.TagClassName
{
border-color: #9A254C;
}
</style>