Shades of Lipstick #A11442
Tints of Lipstick #A11442
RGB
CMYK
RGB Variations
Color information
#A11442 (or 0xA11442) is known color: Lipstick. HEX triplet: A1, 14 and 42. RGB value is (161,20,66). Sum of RGB (Red+Green+Blue) = 161+20+66=247 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.18% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 66 (26.17% from 255 or 26.72% from 247); Max value from RGB is 161 - color contains mainly: red. Hex color #A11442 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11442 is #5EEBBD. Grayscale: #434343. Windows color (decimal): -6220734 or 4330657. OLE color: 4330657.
HSL color Cylindrical-coordinate representation of color #A11442: hue angle of 340.43º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11442 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 20 | 66 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.37 |
| HSL | 340.43º | 0.78% | 0.35% | - |
| HSV(B) | 340.43º | 0.88% | 0.63% | - |
| XYZ | 15.93 | 8.47 | 5.95 | - |
| YUV | 67.4 | 127.21 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 20 | 66 | 0 | 0.88 | 0.59 | 0.37 | 340.43 | 0.78 | 0.35 |
| Hex | A1 | 14 | 42 | 0 | 58 | 3B | 25 | 154 | 4E | 23 |
| Octal | 241 | 24 | 102 | 0 | 130 | 73 | 45 | 524 | 116 | 43 |
| Binary | 10100001 | 10100 | 1000010 | 0 | 1011000 | 111011 | 100101 | 101010100 | 1001110 | 100011 |
Color Harmonies of #A11442
Complementary color
Monochromatic Colors of #A11442
Black with #A11442
Text Example
Text Example
White with #A11442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11442; }
p { color: rgb(161,20,66); }
H1.HeaderClassName
{
color: #A11442;
}
.AnyTagClassName
{
color: #A11442;
}
</style>
background-color css
<style>
a { background-color: #A11442; }
a { background-color: rgb(161,20,66); }
div.DivClassName
{
background-color: #A11442;
}
.BgClassName
{
background-color: #A11442;
}
</style>
border-color css
<style>
span { border-color: #A11442; }
span { border-color: rgb(161,20,66); }
td.TdClassName
{
border-color: #A11442;
}
.TagClassName
{
border-color: #A11442;
}
</style>