Shades of Lipstick #A12748
Tints of Lipstick #A12748
RGB
CMYK
RGB Variations
Color information
#A12748 (or 0xA12748) is known color: Lipstick. HEX triplet: A1, 27 and 48. RGB value is (161,39,72). Sum of RGB (Red+Green+Blue) = 161+39+72=272 (36% of max value = 765). Red value is 161 (63.28% from 255 or 59.19% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 161 - color contains mainly: red. Hex color #A12748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12748 is #5ED8B7. Grayscale: #4F4F4F. Windows color (decimal): -6215864 or 4728737. OLE color: 4728737.
HSL color Cylindrical-coordinate representation of color #A12748: hue angle of 343.77º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A12748 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 39 | 72 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.37 |
| HSL | 343.77º | 0.61% | 0.39% | - |
| HSV(B) | 343.77º | 0.76% | 0.63% | - |
| XYZ | 16.59 | 9.5 | 7.09 | - |
| YUV | 79.24 | 123.92 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 39 | 72 | 0 | 0.76 | 0.55 | 0.37 | 343.77 | 0.61 | 0.39 |
| Hex | A1 | 27 | 48 | 0 | 4C | 37 | 25 | 158 | 3D | 27 |
| Octal | 241 | 47 | 110 | 0 | 114 | 67 | 45 | 530 | 75 | 47 |
| Binary | 10100001 | 100111 | 1001000 | 0 | 1001100 | 110111 | 100101 | 101011000 | 111101 | 100111 |
Color Harmonies of #A12748
Complementary color
Monochromatic Colors of #A12748
Black with #A12748
Text Example
Text Example
White with #A12748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12748; }
p { color: rgb(161,39,72); }
H1.HeaderClassName
{
color: #A12748;
}
.AnyTagClassName
{
color: #A12748;
}
</style>
background-color css
<style>
a { background-color: #A12748; }
a { background-color: rgb(161,39,72); }
div.DivClassName
{
background-color: #A12748;
}
.BgClassName
{
background-color: #A12748;
}
</style>
border-color css
<style>
span { border-color: #A12748; }
span { border-color: rgb(161,39,72); }
td.TdClassName
{
border-color: #A12748;
}
.TagClassName
{
border-color: #A12748;
}
</style>