Shades of Lipstick #A11D54
Tints of Lipstick #A11D54
RGB
CMYK
RGB Variations
Color information
#A11D54 (or 0xA11D54) is known color: Lipstick. HEX triplet: A1, 1D and 54. RGB value is (161,29,84). Sum of RGB (Red+Green+Blue) = 161+29+84=274 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.76% from 274); Green value is 29 (11.72% from 255 or 10.58% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11D54 is #5EE2AB. Grayscale: #4A4A4A. Windows color (decimal): -6218412 or 5512609. OLE color: 5512609.
HSL color Cylindrical-coordinate representation of color #A11D54: hue angle of 335º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A11D54 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 29 | 84 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.37 |
| HSL | 335º | 0.69% | 0.37% | - |
| HSV(B) | 335º | 0.82% | 0.63% | - |
| XYZ | 16.74 | 9.1 | 9.26 | - |
| YUV | 74.74 | 133.23 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 29 | 84 | 0 | 0.82 | 0.48 | 0.37 | 335 | 0.69 | 0.37 |
| Hex | A1 | 1D | 54 | 0 | 52 | 30 | 25 | 14F | 45 | 25 |
| Octal | 241 | 35 | 124 | 0 | 122 | 60 | 45 | 517 | 105 | 45 |
| Binary | 10100001 | 11101 | 1010100 | 0 | 1010010 | 110000 | 100101 | 101001111 | 1000101 | 100101 |
Color Harmonies of #A11D54
Complementary color
Monochromatic Colors of #A11D54
Black with #A11D54
Text Example
Text Example
White with #A11D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11D54; }
p { color: rgb(161,29,84); }
H1.HeaderClassName
{
color: #A11D54;
}
.AnyTagClassName
{
color: #A11D54;
}
</style>
background-color css
<style>
a { background-color: #A11D54; }
a { background-color: rgb(161,29,84); }
div.DivClassName
{
background-color: #A11D54;
}
.BgClassName
{
background-color: #A11D54;
}
</style>
border-color css
<style>
span { border-color: #A11D54; }
span { border-color: rgb(161,29,84); }
td.TdClassName
{
border-color: #A11D54;
}
.TagClassName
{
border-color: #A11D54;
}
</style>