Shades of Lipstick #A41E4F
Tints of Lipstick #A41E4F
RGB
CMYK
RGB Variations
Color information
#A41E4F (or 0xA41E4F) is known color: Lipstick. HEX triplet: A4, 1E and 4F. RGB value is (164,30,79). Sum of RGB (Red+Green+Blue) = 164+30+79=273 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.07% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41E4F is #5BE1B0. Grayscale: #4B4B4B. Windows color (decimal): -6021553 or 5185188. OLE color: 5185188.
HSL color Cylindrical-coordinate representation of color #A41E4F: hue angle of 338.06º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A41E4F is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 30 | 79 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.36 |
| HSL | 338.06º | 0.69% | 0.38% | - |
| HSV(B) | 338.06º | 0.82% | 0.64% | - |
| XYZ | 17.19 | 9.39 | 8.3 | - |
| YUV | 75.65 | 129.89 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 30 | 79 | 0 | 0.82 | 0.52 | 0.36 | 338.06 | 0.69 | 0.38 |
| Hex | A4 | 1E | 4F | 0 | 52 | 34 | 24 | 152 | 45 | 26 |
| Octal | 244 | 36 | 117 | 0 | 122 | 64 | 44 | 522 | 105 | 46 |
| Binary | 10100100 | 11110 | 1001111 | 0 | 1010010 | 110100 | 100100 | 101010010 | 1000101 | 100110 |
Color Harmonies of #A41E4F
Complementary color
Monochromatic Colors of #A41E4F
Black with #A41E4F
Text Example
Text Example
White with #A41E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41E4F; }
p { color: rgb(164,30,79); }
H1.HeaderClassName
{
color: #A41E4F;
}
.AnyTagClassName
{
color: #A41E4F;
}
</style>
background-color css
<style>
a { background-color: #A41E4F; }
a { background-color: rgb(164,30,79); }
div.DivClassName
{
background-color: #A41E4F;
}
.BgClassName
{
background-color: #A41E4F;
}
</style>
border-color css
<style>
span { border-color: #A41E4F; }
span { border-color: rgb(164,30,79); }
td.TdClassName
{
border-color: #A41E4F;
}
.TagClassName
{
border-color: #A41E4F;
}
</style>