Shades of Lipstick #A3194D
Tints of Lipstick #A3194D
RGB
CMYK
RGB Variations
Color information
#A3194D (or 0xA3194D) is known color: Lipstick. HEX triplet: A3, 19 and 4D. RGB value is (163,25,77). Sum of RGB (Red+Green+Blue) = 163+25+77=265 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.51% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 163 - color contains mainly: red. Hex color #A3194D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3194D is #5CE6B2. Grayscale: #484848. Windows color (decimal): -6088371 or 5052835. OLE color: 5052835.
HSL color Cylindrical-coordinate representation of color #A3194D: hue angle of 337.39º 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 #A3194D is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 25 | 77 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.36 |
| HSL | 337.39º | 0.73% | 0.37% | - |
| HSV(B) | 337.39º | 0.85% | 0.64% | - |
| XYZ | 16.79 | 9.02 | 7.88 | - |
| YUV | 72.19 | 130.72 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 25 | 77 | 0 | 0.85 | 0.53 | 0.36 | 337.39 | 0.73 | 0.37 |
| Hex | A3 | 19 | 4D | 0 | 55 | 35 | 24 | 151 | 49 | 25 |
| Octal | 243 | 31 | 115 | 0 | 125 | 65 | 44 | 521 | 111 | 45 |
| Binary | 10100011 | 11001 | 1001101 | 0 | 1010101 | 110101 | 100100 | 101010001 | 1001001 | 100101 |
Color Harmonies of #A3194D
Complementary color
Monochromatic Colors of #A3194D
Black with #A3194D
Text Example
Text Example
White with #A3194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3194D; }
p { color: rgb(163,25,77); }
H1.HeaderClassName
{
color: #A3194D;
}
.AnyTagClassName
{
color: #A3194D;
}
</style>
background-color css
<style>
a { background-color: #A3194D; }
a { background-color: rgb(163,25,77); }
div.DivClassName
{
background-color: #A3194D;
}
.BgClassName
{
background-color: #A3194D;
}
</style>
border-color css
<style>
span { border-color: #A3194D; }
span { border-color: rgb(163,25,77); }
td.TdClassName
{
border-color: #A3194D;
}
.TagClassName
{
border-color: #A3194D;
}
</style>