Shades of Lipstick #A3143F
Tints of Lipstick #A3143F
RGB
CMYK
RGB Variations
Color information
#A3143F (or 0xA3143F) is known color: Lipstick. HEX triplet: A3, 14 and 3F. RGB value is (163,20,63). Sum of RGB (Red+Green+Blue) = 163+20+63=246 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.26% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 163 - color contains mainly: red. Hex color #A3143F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3143F is #5CEBC0. Grayscale: #434343. Windows color (decimal): -6089665 or 4134051. OLE color: 4134051.
HSL color Cylindrical-coordinate representation of color #A3143F: hue angle of 341.96º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A3143F is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 20 | 63 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.36 |
| HSL | 341.96º | 0.78% | 0.36% | - |
| HSV(B) | 341.96º | 0.88% | 0.64% | - |
| XYZ | 16.25 | 8.65 | 5.51 | - |
| YUV | 67.66 | 125.38 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 20 | 63 | 0 | 0.88 | 0.61 | 0.36 | 341.96 | 0.78 | 0.36 |
| Hex | A3 | 14 | 3F | 0 | 58 | 3D | 24 | 156 | 4E | 24 |
| Octal | 243 | 24 | 77 | 0 | 130 | 75 | 44 | 526 | 116 | 44 |
| Binary | 10100011 | 10100 | 111111 | 0 | 1011000 | 111101 | 100100 | 101010110 | 1001110 | 100100 |
Color Harmonies of #A3143F
Complementary color
Monochromatic Colors of #A3143F
Black with #A3143F
Text Example
Text Example
White with #A3143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3143F; }
p { color: rgb(163,20,63); }
H1.HeaderClassName
{
color: #A3143F;
}
.AnyTagClassName
{
color: #A3143F;
}
</style>
background-color css
<style>
a { background-color: #A3143F; }
a { background-color: rgb(163,20,63); }
div.DivClassName
{
background-color: #A3143F;
}
.BgClassName
{
background-color: #A3143F;
}
</style>
border-color css
<style>
span { border-color: #A3143F; }
span { border-color: rgb(163,20,63); }
td.TdClassName
{
border-color: #A3143F;
}
.TagClassName
{
border-color: #A3143F;
}
</style>