Shades of Lipstick #A31A40
Tints of Lipstick #A31A40
RGB
CMYK
RGB Variations
Color information
#A31A40 (or 0xA31A40) is known color: Lipstick. HEX triplet: A3, 1A and 40. RGB value is (163,26,64). Sum of RGB (Red+Green+Blue) = 163+26+64=253 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.43% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 163 - color contains mainly: red. Hex color #A31A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31A40 is #5CE5BF. Grayscale: #474747. Windows color (decimal): -6088128 or 4201123. OLE color: 4201123.
HSL color Cylindrical-coordinate representation of color #A31A40: hue angle of 343.36º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A31A40 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 26 | 64 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.36 |
| HSL | 343.36º | 0.72% | 0.37% | - |
| HSV(B) | 343.36º | 0.84% | 0.64% | - |
| XYZ | 16.4 | 8.9 | 5.7 | - |
| YUV | 71.3 | 123.89 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 26 | 64 | 0 | 0.84 | 0.61 | 0.36 | 343.36 | 0.72 | 0.37 |
| Hex | A3 | 1A | 40 | 0 | 54 | 3D | 24 | 157 | 48 | 25 |
| Octal | 243 | 32 | 100 | 0 | 124 | 75 | 44 | 527 | 110 | 45 |
| Binary | 10100011 | 11010 | 1000000 | 0 | 1010100 | 111101 | 100100 | 101010111 | 1001000 | 100101 |
Color Harmonies of #A31A40
Complementary color
Monochromatic Colors of #A31A40
Black with #A31A40
Text Example
Text Example
White with #A31A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31A40; }
p { color: rgb(163,26,64); }
H1.HeaderClassName
{
color: #A31A40;
}
.AnyTagClassName
{
color: #A31A40;
}
</style>
background-color css
<style>
a { background-color: #A31A40; }
a { background-color: rgb(163,26,64); }
div.DivClassName
{
background-color: #A31A40;
}
.BgClassName
{
background-color: #A31A40;
}
</style>
border-color css
<style>
span { border-color: #A31A40; }
span { border-color: rgb(163,26,64); }
td.TdClassName
{
border-color: #A31A40;
}
.TagClassName
{
border-color: #A31A40;
}
</style>