Shades of Lipstick #A41E4A
Tints of Lipstick #A41E4A
RGB
CMYK
RGB Variations
Color information
#A41E4A (or 0xA41E4A) is known color: Lipstick. HEX triplet: A4, 1E and 4A. RGB value is (164,30,74). Sum of RGB (Red+Green+Blue) = 164+30+74=268 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.19% from 268); Green value is 30 (12.11% from 255 or 11.19% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41E4A is #5BE1B5. Grayscale: #4B4B4B. Windows color (decimal): -6021558 or 4857508. OLE color: 4857508.
HSL color Cylindrical-coordinate representation of color #A41E4A: hue angle of 340.3º 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 #A41E4A is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 30 | 74 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.36 |
| HSL | 340.3º | 0.69% | 0.38% | - |
| HSV(B) | 340.3º | 0.82% | 0.64% | - |
| XYZ | 17.01 | 9.32 | 7.38 | - |
| YUV | 75.08 | 127.39 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 30 | 74 | 0 | 0.82 | 0.55 | 0.36 | 340.3 | 0.69 | 0.38 |
| Hex | A4 | 1E | 4A | 0 | 52 | 37 | 24 | 154 | 45 | 26 |
| Octal | 244 | 36 | 112 | 0 | 122 | 67 | 44 | 524 | 105 | 46 |
| Binary | 10100100 | 11110 | 1001010 | 0 | 1010010 | 110111 | 100100 | 101010100 | 1000101 | 100110 |
Color Harmonies of #A41E4A
Complementary color
Monochromatic Colors of #A41E4A
Black with #A41E4A
Text Example
Text Example
White with #A41E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41E4A; }
p { color: rgb(164,30,74); }
H1.HeaderClassName
{
color: #A41E4A;
}
.AnyTagClassName
{
color: #A41E4A;
}
</style>
background-color css
<style>
a { background-color: #A41E4A; }
a { background-color: rgb(164,30,74); }
div.DivClassName
{
background-color: #A41E4A;
}
.BgClassName
{
background-color: #A41E4A;
}
</style>
border-color css
<style>
span { border-color: #A41E4A; }
span { border-color: rgb(164,30,74); }
td.TdClassName
{
border-color: #A41E4A;
}
.TagClassName
{
border-color: #A41E4A;
}
</style>