Shades of Lipstick #A31544
Tints of Lipstick #A31544
RGB
CMYK
RGB Variations
Color information
#A31544 (or 0xA31544) is known color: Lipstick. HEX triplet: A3, 15 and 44. RGB value is (163,21,68). Sum of RGB (Red+Green+Blue) = 163+21+68=252 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.68% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 68 (26.95% from 255 or 26.98% from 252); Max value from RGB is 163 - color contains mainly: red. Hex color #A31544 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31544 is #5CEABB. Grayscale: #444444. Windows color (decimal): -6089404 or 4461987. OLE color: 4461987.
HSL color Cylindrical-coordinate representation of color #A31544: hue angle of 340.14º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A31544 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 21 | 68 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.36 |
| HSL | 340.14º | 0.77% | 0.36% | - |
| HSV(B) | 340.14º | 0.87% | 0.64% | - |
| XYZ | 16.42 | 8.74 | 6.29 | - |
| YUV | 68.82 | 127.54 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 21 | 68 | 0 | 0.87 | 0.58 | 0.36 | 340.14 | 0.77 | 0.36 |
| Hex | A3 | 15 | 44 | 0 | 57 | 3A | 24 | 154 | 4D | 24 |
| Octal | 243 | 25 | 104 | 0 | 127 | 72 | 44 | 524 | 115 | 44 |
| Binary | 10100011 | 10101 | 1000100 | 0 | 1010111 | 111010 | 100100 | 101010100 | 1001101 | 100100 |
Color Harmonies of #A31544
Complementary color
Monochromatic Colors of #A31544
Black with #A31544
Text Example
Text Example
White with #A31544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31544; }
p { color: rgb(163,21,68); }
H1.HeaderClassName
{
color: #A31544;
}
.AnyTagClassName
{
color: #A31544;
}
</style>
background-color css
<style>
a { background-color: #A31544; }
a { background-color: rgb(163,21,68); }
div.DivClassName
{
background-color: #A31544;
}
.BgClassName
{
background-color: #A31544;
}
</style>
border-color css
<style>
span { border-color: #A31544; }
span { border-color: rgb(163,21,68); }
td.TdClassName
{
border-color: #A31544;
}
.TagClassName
{
border-color: #A31544;
}
</style>