Shades of Lipstick #A91F4D
Tints of Lipstick #A91F4D
RGB
CMYK
RGB Variations
Color information
#A91F4D (or 0xA91F4D) is known color: Lipstick. HEX triplet: A9, 1F and 4D. RGB value is (169,31,77). Sum of RGB (Red+Green+Blue) = 169+31+77=277 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.01% from 277); Green value is 31 (12.5% from 255 or 11.19% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 169 - color contains mainly: red. Hex color #A91F4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A91F4D is #56E0B2. Grayscale: #4D4D4D. Windows color (decimal): -5693619 or 5054377. OLE color: 5054377.
HSL color Cylindrical-coordinate representation of color #A91F4D: hue angle of 340º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A91F4D is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 31 | 77 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.34 |
| HSL | 340º | 0.69% | 0.39% | - |
| HSV(B) | 340º | 0.82% | 0.66% | - |
| XYZ | 18.19 | 9.95 | 7.98 | - |
| YUV | 77.51 | 127.72 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 31 | 77 | 0 | 0.82 | 0.54 | 0.34 | 340 | 0.69 | 0.39 |
| Hex | A9 | 1F | 4D | 0 | 52 | 36 | 22 | 154 | 45 | 27 |
| Octal | 251 | 37 | 115 | 0 | 122 | 66 | 42 | 524 | 105 | 47 |
| Binary | 10101001 | 11111 | 1001101 | 0 | 1010010 | 110110 | 100010 | 101010100 | 1000101 | 100111 |
Color Harmonies of #A91F4D
Complementary color
Monochromatic Colors of #A91F4D
Black with #A91F4D
Text Example
Text Example
White with #A91F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91F4D; }
p { color: rgb(169,31,77); }
H1.HeaderClassName
{
color: #A91F4D;
}
.AnyTagClassName
{
color: #A91F4D;
}
</style>
background-color css
<style>
a { background-color: #A91F4D; }
a { background-color: rgb(169,31,77); }
div.DivClassName
{
background-color: #A91F4D;
}
.BgClassName
{
background-color: #A91F4D;
}
</style>
border-color css
<style>
span { border-color: #A91F4D; }
span { border-color: rgb(169,31,77); }
td.TdClassName
{
border-color: #A91F4D;
}
.TagClassName
{
border-color: #A91F4D;
}
</style>