Shades of Lipstick #A31343
Tints of Lipstick #A31343
RGB
CMYK
RGB Variations
Color information
#A31343 (or 0xA31343) is known color: Lipstick. HEX triplet: A3, 13 and 43. RGB value is (163,19,67). Sum of RGB (Red+Green+Blue) = 163+19+67=249 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.46% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 67 (26.56% from 255 or 26.91% from 249); Max value from RGB is 163 - color contains mainly: red. Hex color #A31343 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31343 is #5CECBC. Grayscale: #434343. Windows color (decimal): -6089917 or 4395939. OLE color: 4395939.
HSL color Cylindrical-coordinate representation of color #A31343: hue angle of 340º degrees, saturation: 0.79, 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 #A31343 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 19 | 67 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.36 |
| HSL | 340º | 0.79% | 0.36% | - |
| HSV(B) | 340º | 0.88% | 0.64% | - |
| XYZ | 16.35 | 8.66 | 6.12 | - |
| YUV | 67.53 | 127.71 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 19 | 67 | 0 | 0.88 | 0.59 | 0.36 | 340 | 0.79 | 0.36 |
| Hex | A3 | 13 | 43 | 0 | 58 | 3B | 24 | 154 | 4F | 24 |
| Octal | 243 | 23 | 103 | 0 | 130 | 73 | 44 | 524 | 117 | 44 |
| Binary | 10100011 | 10011 | 1000011 | 0 | 1011000 | 111011 | 100100 | 101010100 | 1001111 | 100100 |
Color Harmonies of #A31343
Complementary color
Monochromatic Colors of #A31343
Black with #A31343
Text Example
Text Example
White with #A31343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31343; }
p { color: rgb(163,19,67); }
H1.HeaderClassName
{
color: #A31343;
}
.AnyTagClassName
{
color: #A31343;
}
</style>
background-color css
<style>
a { background-color: #A31343; }
a { background-color: rgb(163,19,67); }
div.DivClassName
{
background-color: #A31343;
}
.BgClassName
{
background-color: #A31343;
}
</style>
border-color css
<style>
span { border-color: #A31343; }
span { border-color: rgb(163,19,67); }
td.TdClassName
{
border-color: #A31343;
}
.TagClassName
{
border-color: #A31343;
}
</style>