Shades of Lipstick #A12247
Tints of Lipstick #A12247
RGB
CMYK
RGB Variations
Color information
#A12247 (or 0xA12247) is known color: Lipstick. HEX triplet: A1, 22 and 47. RGB value is (161,34,71). Sum of RGB (Red+Green+Blue) = 161+34+71=266 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.53% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 161 - color contains mainly: red. Hex color #A12247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12247 is #5EDDB8. Grayscale: #4C4C4C. Windows color (decimal): -6217145 or 4661921. OLE color: 4661921.
HSL color Cylindrical-coordinate representation of color #A12247: hue angle of 342.52º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A12247 is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 34 | 71 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.37 |
| HSL | 342.52º | 0.65% | 0.38% | - |
| HSV(B) | 342.52º | 0.79% | 0.63% | - |
| XYZ | 16.41 | 9.18 | 6.87 | - |
| YUV | 76.19 | 125.08 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 34 | 71 | 0 | 0.79 | 0.56 | 0.37 | 342.52 | 0.65 | 0.38 |
| Hex | A1 | 22 | 47 | 0 | 4F | 38 | 25 | 157 | 41 | 26 |
| Octal | 241 | 42 | 107 | 0 | 117 | 70 | 45 | 527 | 101 | 46 |
| Binary | 10100001 | 100010 | 1000111 | 0 | 1001111 | 111000 | 100101 | 101010111 | 1000001 | 100110 |
Color Harmonies of #A12247
Complementary color
Monochromatic Colors of #A12247
Black with #A12247
Text Example
Text Example
White with #A12247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12247; }
p { color: rgb(161,34,71); }
H1.HeaderClassName
{
color: #A12247;
}
.AnyTagClassName
{
color: #A12247;
}
</style>
background-color css
<style>
a { background-color: #A12247; }
a { background-color: rgb(161,34,71); }
div.DivClassName
{
background-color: #A12247;
}
.BgClassName
{
background-color: #A12247;
}
</style>
border-color css
<style>
span { border-color: #A12247; }
span { border-color: rgb(161,34,71); }
td.TdClassName
{
border-color: #A12247;
}
.TagClassName
{
border-color: #A12247;
}
</style>