Shades of Lipstick #A9254C
Tints of Lipstick #A9254C
RGB
CMYK
RGB Variations
Color information
#A9254C (or 0xA9254C) is known color: Lipstick. HEX triplet: A9, 25 and 4C. RGB value is (169,37,76). Sum of RGB (Red+Green+Blue) = 169+37+76=282 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.93% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 169 - color contains mainly: red. Hex color #A9254C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9254C is #56DAB3. Grayscale: #505050. Windows color (decimal): -5692084 or 4990377. OLE color: 4990377.
HSL color Cylindrical-coordinate representation of color #A9254C: hue angle of 342.27º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A9254C is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 37 | 76 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.34 |
| HSL | 342.27º | 0.64% | 0.4% | - |
| HSV(B) | 342.27º | 0.78% | 0.66% | - |
| XYZ | 18.33 | 10.28 | 7.86 | - |
| YUV | 80.91 | 125.23 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 37 | 76 | 0 | 0.78 | 0.55 | 0.34 | 342.27 | 0.64 | 0.4 |
| Hex | A9 | 25 | 4C | 0 | 4E | 37 | 22 | 156 | 40 | 28 |
| Octal | 251 | 45 | 114 | 0 | 116 | 67 | 42 | 526 | 100 | 50 |
| Binary | 10101001 | 100101 | 1001100 | 0 | 1001110 | 110111 | 100010 | 101010110 | 1000000 | 101000 |
Color Harmonies of #A9254C
Complementary color
Monochromatic Colors of #A9254C
Black with #A9254C
Text Example
Text Example
White with #A9254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9254C; }
p { color: rgb(169,37,76); }
H1.HeaderClassName
{
color: #A9254C;
}
.AnyTagClassName
{
color: #A9254C;
}
</style>
background-color css
<style>
a { background-color: #A9254C; }
a { background-color: rgb(169,37,76); }
div.DivClassName
{
background-color: #A9254C;
}
.BgClassName
{
background-color: #A9254C;
}
</style>
border-color css
<style>
span { border-color: #A9254C; }
span { border-color: rgb(169,37,76); }
td.TdClassName
{
border-color: #A9254C;
}
.TagClassName
{
border-color: #A9254C;
}
</style>