Shades of Lipstick #A4294F
Tints of Lipstick #A4294F
RGB
CMYK
RGB Variations
Color information
#A4294F (or 0xA4294F) is known color: Lipstick. HEX triplet: A4, 29 and 4F. RGB value is (164,41,79). Sum of RGB (Red+Green+Blue) = 164+41+79=284 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.75% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 79 (31.25% from 255 or 27.82% from 284); Max value from RGB is 164 - color contains mainly: red. Hex color #A4294F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4294F is #5BD6B0. Grayscale: #525252. Windows color (decimal): -6018737 or 5188004. OLE color: 5188004.
HSL color Cylindrical-coordinate representation of color #A4294F: hue angle of 341.46º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A4294F is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 41 | 79 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.36 |
| HSL | 341.46º | 0.6% | 0.4% | - |
| HSV(B) | 341.46º | 0.75% | 0.64% | - |
| XYZ | 17.51 | 10.04 | 8.41 | - |
| YUV | 82.11 | 126.25 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 41 | 79 | 0 | 0.75 | 0.52 | 0.36 | 341.46 | 0.6 | 0.4 |
| Hex | A4 | 29 | 4F | 0 | 4B | 34 | 24 | 155 | 3C | 28 |
| Octal | 244 | 51 | 117 | 0 | 113 | 64 | 44 | 525 | 74 | 50 |
| Binary | 10100100 | 101001 | 1001111 | 0 | 1001011 | 110100 | 100100 | 101010101 | 111100 | 101000 |
Color Harmonies of #A4294F
Complementary color
Monochromatic Colors of #A4294F
Black with #A4294F
Text Example
Text Example
White with #A4294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4294F; }
p { color: rgb(164,41,79); }
H1.HeaderClassName
{
color: #A4294F;
}
.AnyTagClassName
{
color: #A4294F;
}
</style>
background-color css
<style>
a { background-color: #A4294F; }
a { background-color: rgb(164,41,79); }
div.DivClassName
{
background-color: #A4294F;
}
.BgClassName
{
background-color: #A4294F;
}
</style>
border-color css
<style>
span { border-color: #A4294F; }
span { border-color: rgb(164,41,79); }
td.TdClassName
{
border-color: #A4294F;
}
.TagClassName
{
border-color: #A4294F;
}
</style>