Shades of Lipstick #A31D4B
Tints of Lipstick #A31D4B
RGB
CMYK
RGB Variations
Color information
#A31D4B (or 0xA31D4B) is known color: Lipstick. HEX triplet: A3, 1D and 4B. RGB value is (163,29,75). Sum of RGB (Red+Green+Blue) = 163+29+75=267 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.05% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 163 - color contains mainly: red. Hex color #A31D4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31D4B is #5CE2B4. Grayscale: #4A4A4A. Windows color (decimal): -6087349 or 4922787. OLE color: 4922787.
HSL color Cylindrical-coordinate representation of color #A31D4B: hue angle of 339.4º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A31D4B is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 29 | 75 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.36 |
| HSL | 339.4º | 0.7% | 0.38% | - |
| HSV(B) | 339.4º | 0.82% | 0.64% | - |
| XYZ | 16.81 | 9.17 | 7.54 | - |
| YUV | 74.31 | 128.39 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 29 | 75 | 0 | 0.82 | 0.54 | 0.36 | 339.4 | 0.7 | 0.38 |
| Hex | A3 | 1D | 4B | 0 | 52 | 36 | 24 | 153 | 46 | 26 |
| Octal | 243 | 35 | 113 | 0 | 122 | 66 | 44 | 523 | 106 | 46 |
| Binary | 10100011 | 11101 | 1001011 | 0 | 1010010 | 110110 | 100100 | 101010011 | 1000110 | 100110 |
Color Harmonies of #A31D4B
Complementary color
Monochromatic Colors of #A31D4B
Black with #A31D4B
Text Example
Text Example
White with #A31D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31D4B; }
p { color: rgb(163,29,75); }
H1.HeaderClassName
{
color: #A31D4B;
}
.AnyTagClassName
{
color: #A31D4B;
}
</style>
background-color css
<style>
a { background-color: #A31D4B; }
a { background-color: rgb(163,29,75); }
div.DivClassName
{
background-color: #A31D4B;
}
.BgClassName
{
background-color: #A31D4B;
}
</style>
border-color css
<style>
span { border-color: #A31D4B; }
span { border-color: rgb(163,29,75); }
td.TdClassName
{
border-color: #A31D4B;
}
.TagClassName
{
border-color: #A31D4B;
}
</style>