Shades of Lipstick #A91B4D
Tints of Lipstick #A91B4D
RGB
CMYK
RGB Variations
Color information
#A91B4D (or 0xA91B4D) is known color: Lipstick. HEX triplet: A9, 1B and 4D. RGB value is (169,27,77). Sum of RGB (Red+Green+Blue) = 169+27+77=273 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.90% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 169 - color contains mainly: red. Hex color #A91B4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A91B4D is #56E4B2. Grayscale: #4B4B4B. Windows color (decimal): -5694643 or 5053353. OLE color: 5053353.
HSL color Cylindrical-coordinate representation of color #A91B4D: hue angle of 338.87º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A91B4D is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 27 | 77 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.34 |
| HSL | 338.87º | 0.72% | 0.38% | - |
| HSV(B) | 338.87º | 0.84% | 0.66% | - |
| XYZ | 18.09 | 9.75 | 7.95 | - |
| YUV | 75.16 | 129.04 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 27 | 77 | 0 | 0.84 | 0.54 | 0.34 | 338.87 | 0.72 | 0.38 |
| Hex | A9 | 1B | 4D | 0 | 54 | 36 | 22 | 153 | 48 | 26 |
| Octal | 251 | 33 | 115 | 0 | 124 | 66 | 42 | 523 | 110 | 46 |
| Binary | 10101001 | 11011 | 1001101 | 0 | 1010100 | 110110 | 100010 | 101010011 | 1001000 | 100110 |
Color Harmonies of #A91B4D
Complementary color
Monochromatic Colors of #A91B4D
Black with #A91B4D
Text Example
Text Example
White with #A91B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91B4D; }
p { color: rgb(169,27,77); }
H1.HeaderClassName
{
color: #A91B4D;
}
.AnyTagClassName
{
color: #A91B4D;
}
</style>
background-color css
<style>
a { background-color: #A91B4D; }
a { background-color: rgb(169,27,77); }
div.DivClassName
{
background-color: #A91B4D;
}
.BgClassName
{
background-color: #A91B4D;
}
</style>
border-color css
<style>
span { border-color: #A91B4D; }
span { border-color: rgb(169,27,77); }
td.TdClassName
{
border-color: #A91B4D;
}
.TagClassName
{
border-color: #A91B4D;
}
</style>