Shades of Lipstick #A31942
Tints of Lipstick #A31942
RGB
CMYK
RGB Variations
Color information
#A31942 (or 0xA31942) is known color: Lipstick. HEX triplet: A3, 19 and 42. RGB value is (163,25,66). Sum of RGB (Red+Green+Blue) = 163+25+66=254 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.17% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 66 (26.17% from 255 or 25.98% from 254); Max value from RGB is 163 - color contains mainly: red. Hex color #A31942 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31942 is #5CE6BD. Grayscale: #464646. Windows color (decimal): -6088382 or 4331939. OLE color: 4331939.
HSL color Cylindrical-coordinate representation of color #A31942: hue angle of 342.17º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A31942 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 25 | 66 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.36 |
| HSL | 342.17º | 0.73% | 0.37% | - |
| HSV(B) | 342.17º | 0.85% | 0.64% | - |
| XYZ | 16.44 | 8.88 | 6 | - |
| YUV | 70.94 | 125.22 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 25 | 66 | 0 | 0.85 | 0.60 | 0.36 | 342.17 | 0.73 | 0.37 |
| Hex | A3 | 19 | 42 | 0 | 55 | 3C | 24 | 156 | 49 | 25 |
| Octal | 243 | 31 | 102 | 0 | 125 | 74 | 44 | 526 | 111 | 45 |
| Binary | 10100011 | 11001 | 1000010 | 0 | 1010101 | 111100 | 100100 | 101010110 | 1001001 | 100101 |
Color Harmonies of #A31942
Complementary color
Monochromatic Colors of #A31942
Black with #A31942
Text Example
Text Example
White with #A31942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31942; }
p { color: rgb(163,25,66); }
H1.HeaderClassName
{
color: #A31942;
}
.AnyTagClassName
{
color: #A31942;
}
</style>
background-color css
<style>
a { background-color: #A31942; }
a { background-color: rgb(163,25,66); }
div.DivClassName
{
background-color: #A31942;
}
.BgClassName
{
background-color: #A31942;
}
</style>
border-color css
<style>
span { border-color: #A31942; }
span { border-color: rgb(163,25,66); }
td.TdClassName
{
border-color: #A31942;
}
.TagClassName
{
border-color: #A31942;
}
</style>