Shades of Lipstick #A91E4B
Tints of Lipstick #A91E4B
RGB
CMYK
RGB Variations
Color information
#A91E4B (or 0xA91E4B) is known color: Lipstick. HEX triplet: A9, 1E and 4B. RGB value is (169,30,75). Sum of RGB (Red+Green+Blue) = 169+30+75=274 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.68% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 169 - color contains mainly: red. Hex color #A91E4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91E4B is #56E1B4. Grayscale: #4C4C4C. Windows color (decimal): -5693877 or 4923049. OLE color: 4923049.
HSL color Cylindrical-coordinate representation of color #A91E4B: hue angle of 340.58º 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 #A91E4B is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 30 | 75 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.34 |
| HSL | 340.58º | 0.7% | 0.39% | - |
| HSV(B) | 340.58º | 0.82% | 0.66% | - |
| XYZ | 18.1 | 9.87 | 7.61 | - |
| YUV | 76.69 | 127.05 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 30 | 75 | 0 | 0.82 | 0.56 | 0.34 | 340.58 | 0.7 | 0.39 |
| Hex | A9 | 1E | 4B | 0 | 52 | 38 | 22 | 155 | 46 | 27 |
| Octal | 251 | 36 | 113 | 0 | 122 | 70 | 42 | 525 | 106 | 47 |
| Binary | 10101001 | 11110 | 1001011 | 0 | 1010010 | 111000 | 100010 | 101010101 | 1000110 | 100111 |
Color Harmonies of #A91E4B
Complementary color
Monochromatic Colors of #A91E4B
Black with #A91E4B
Text Example
Text Example
White with #A91E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91E4B; }
p { color: rgb(169,30,75); }
H1.HeaderClassName
{
color: #A91E4B;
}
.AnyTagClassName
{
color: #A91E4B;
}
</style>
background-color css
<style>
a { background-color: #A91E4B; }
a { background-color: rgb(169,30,75); }
div.DivClassName
{
background-color: #A91E4B;
}
.BgClassName
{
background-color: #A91E4B;
}
</style>
border-color css
<style>
span { border-color: #A91E4B; }
span { border-color: rgb(169,30,75); }
td.TdClassName
{
border-color: #A91E4B;
}
.TagClassName
{
border-color: #A91E4B;
}
</style>