Shades of Lipstick #A12544
Tints of Lipstick #A12544
RGB
CMYK
RGB Variations
Color information
#A12544 (or 0xA12544) is known color: Lipstick. HEX triplet: A1, 25 and 44. RGB value is (161,37,68). Sum of RGB (Red+Green+Blue) = 161+37+68=266 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.53% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 68 (26.95% from 255 or 25.56% from 266); Max value from RGB is 161 - color contains mainly: red. Hex color #A12544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12544 is #5EDABB. Grayscale: #4D4D4D. Windows color (decimal): -6216380 or 4466081. OLE color: 4466081.
HSL color Cylindrical-coordinate representation of color #A12544: hue angle of 345º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A12544 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 37 | 68 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.37 |
| HSL | 345º | 0.63% | 0.39% | - |
| HSV(B) | 345º | 0.77% | 0.63% | - |
| XYZ | 16.4 | 9.32 | 6.4 | - |
| YUV | 77.61 | 122.58 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 37 | 68 | 0 | 0.77 | 0.58 | 0.37 | 345 | 0.63 | 0.39 |
| Hex | A1 | 25 | 44 | 0 | 4D | 3A | 25 | 159 | 3F | 27 |
| Octal | 241 | 45 | 104 | 0 | 115 | 72 | 45 | 531 | 77 | 47 |
| Binary | 10100001 | 100101 | 1000100 | 0 | 1001101 | 111010 | 100101 | 101011001 | 111111 | 100111 |
Color Harmonies of #A12544
Complementary color
Monochromatic Colors of #A12544
Black with #A12544
Text Example
Text Example
White with #A12544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12544; }
p { color: rgb(161,37,68); }
H1.HeaderClassName
{
color: #A12544;
}
.AnyTagClassName
{
color: #A12544;
}
</style>
background-color css
<style>
a { background-color: #A12544; }
a { background-color: rgb(161,37,68); }
div.DivClassName
{
background-color: #A12544;
}
.BgClassName
{
background-color: #A12544;
}
</style>
border-color css
<style>
span { border-color: #A12544; }
span { border-color: rgb(161,37,68); }
td.TdClassName
{
border-color: #A12544;
}
.TagClassName
{
border-color: #A12544;
}
</style>