Shades of Lipstick #A1123E
Tints of Lipstick #A1123E
RGB
CMYK
RGB Variations
Color information
#A1123E (or 0xA1123E) is known color: Lipstick. HEX triplet: A1, 12 and 3E. RGB value is (161,18,62). Sum of RGB (Red+Green+Blue) = 161+18+62=241 (31% of max value = 765). Red value is 161 (63.28% from 255 or 66.80% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 161 - color contains mainly: red. Hex color #A1123E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1123E is #5EEDC1. Grayscale: #414141. Windows color (decimal): -6221250 or 4068001. OLE color: 4068001.
HSL color Cylindrical-coordinate representation of color #A1123E: hue angle of 341.54º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A1123E is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 18 | 62 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.37 |
| HSL | 341.54º | 0.8% | 0.35% | - |
| HSV(B) | 341.54º | 0.89% | 0.63% | - |
| XYZ | 15.78 | 8.36 | 5.34 | - |
| YUV | 65.77 | 125.88 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 62 | 0 | 0.89 | 0.61 | 0.37 | 341.54 | 0.8 | 0.35 |
| Hex | A1 | 12 | 3E | 0 | 59 | 3D | 25 | 156 | 50 | 23 |
| Octal | 241 | 22 | 76 | 0 | 131 | 75 | 45 | 526 | 120 | 43 |
| Binary | 10100001 | 10010 | 111110 | 0 | 1011001 | 111101 | 100101 | 101010110 | 1010000 | 100011 |
Color Harmonies of #A1123E
Complementary color
Monochromatic Colors of #A1123E
Black with #A1123E
Text Example
Text Example
White with #A1123E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1123E; }
p { color: rgb(161,18,62); }
H1.HeaderClassName
{
color: #A1123E;
}
.AnyTagClassName
{
color: #A1123E;
}
</style>
background-color css
<style>
a { background-color: #A1123E; }
a { background-color: rgb(161,18,62); }
div.DivClassName
{
background-color: #A1123E;
}
.BgClassName
{
background-color: #A1123E;
}
</style>
border-color css
<style>
span { border-color: #A1123E; }
span { border-color: rgb(161,18,62); }
td.TdClassName
{
border-color: #A1123E;
}
.TagClassName
{
border-color: #A1123E;
}
</style>