Shades of Lipstick #A91E4A
Tints of Lipstick #A91E4A
RGB
CMYK
RGB Variations
Color information
#A91E4A (or 0xA91E4A) is known color: Lipstick. HEX triplet: A9, 1E and 4A. RGB value is (169,30,74). Sum of RGB (Red+Green+Blue) = 169+30+74=273 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.90% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 169 - color contains mainly: red. Hex color #A91E4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91E4A is #56E1B5. Grayscale: #4C4C4C. Windows color (decimal): -5693878 or 4857513. OLE color: 4857513.
HSL color Cylindrical-coordinate representation of color #A91E4A: hue angle of 341.01º degrees, saturation: 0.7, 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 #A91E4A is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 30 | 74 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.34 |
| HSL | 341.01º | 0.7% | 0.39% | - |
| HSV(B) | 341.01º | 0.82% | 0.66% | - |
| XYZ | 18.06 | 9.86 | 7.43 | - |
| YUV | 76.58 | 126.55 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 30 | 74 | 0 | 0.82 | 0.56 | 0.34 | 341.01 | 0.7 | 0.39 |
| Hex | A9 | 1E | 4A | 0 | 52 | 38 | 22 | 155 | 46 | 27 |
| Octal | 251 | 36 | 112 | 0 | 122 | 70 | 42 | 525 | 106 | 47 |
| Binary | 10101001 | 11110 | 1001010 | 0 | 1010010 | 111000 | 100010 | 101010101 | 1000110 | 100111 |
Color Harmonies of #A91E4A
Complementary color
Monochromatic Colors of #A91E4A
Black with #A91E4A
Text Example
Text Example
White with #A91E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91E4A; }
p { color: rgb(169,30,74); }
H1.HeaderClassName
{
color: #A91E4A;
}
.AnyTagClassName
{
color: #A91E4A;
}
</style>
background-color css
<style>
a { background-color: #A91E4A; }
a { background-color: rgb(169,30,74); }
div.DivClassName
{
background-color: #A91E4A;
}
.BgClassName
{
background-color: #A91E4A;
}
</style>
border-color css
<style>
span { border-color: #A91E4A; }
span { border-color: rgb(169,30,74); }
td.TdClassName
{
border-color: #A91E4A;
}
.TagClassName
{
border-color: #A91E4A;
}
</style>