Shades of Lipstick #A1224B
Tints of Lipstick #A1224B
RGB
CMYK
RGB Variations
Color information
#A1224B (or 0xA1224B) is known color: Lipstick. HEX triplet: A1, 22 and 4B. RGB value is (161,34,75). Sum of RGB (Red+Green+Blue) = 161+34+75=270 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.63% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 161 - color contains mainly: red. Hex color #A1224B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1224B is #5EDDB4. Grayscale: #4C4C4C. Windows color (decimal): -6217141 or 4924065. OLE color: 4924065.
HSL color Cylindrical-coordinate representation of color #A1224B: hue angle of 340.63º 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 #A1224B is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 34 | 75 | - |
| CMYK | 0 | 0.79 | 0.53 | 0.37 |
| HSL | 340.63º | 0.65% | 0.38% | - |
| HSV(B) | 340.63º | 0.79% | 0.63% | - |
| XYZ | 16.54 | 9.23 | 7.57 | - |
| YUV | 76.65 | 127.08 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 34 | 75 | 0 | 0.79 | 0.53 | 0.37 | 340.63 | 0.65 | 0.38 |
| Hex | A1 | 22 | 4B | 0 | 4F | 35 | 25 | 155 | 41 | 26 |
| Octal | 241 | 42 | 113 | 0 | 117 | 65 | 45 | 525 | 101 | 46 |
| Binary | 10100001 | 100010 | 1001011 | 0 | 1001111 | 110101 | 100101 | 101010101 | 1000001 | 100110 |
Color Harmonies of #A1224B
Complementary color
Monochromatic Colors of #A1224B
Black with #A1224B
Text Example
Text Example
White with #A1224B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1224B; }
p { color: rgb(161,34,75); }
H1.HeaderClassName
{
color: #A1224B;
}
.AnyTagClassName
{
color: #A1224B;
}
</style>
background-color css
<style>
a { background-color: #A1224B; }
a { background-color: rgb(161,34,75); }
div.DivClassName
{
background-color: #A1224B;
}
.BgClassName
{
background-color: #A1224B;
}
</style>
border-color css
<style>
span { border-color: #A1224B; }
span { border-color: rgb(161,34,75); }
td.TdClassName
{
border-color: #A1224B;
}
.TagClassName
{
border-color: #A1224B;
}
</style>