Shades of Lipstick #A41E45
Tints of Lipstick #A41E45
RGB
CMYK
RGB Variations
Color information
#A41E45 (or 0xA41E45) is known color: Lipstick. HEX triplet: A4, 1E and 45. RGB value is (164,30,69). Sum of RGB (Red+Green+Blue) = 164+30+69=263 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.36% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41E45 is #5BE1BA. Grayscale: #4A4A4A. Windows color (decimal): -6021563 or 4529828. OLE color: 4529828.
HSL color Cylindrical-coordinate representation of color #A41E45: hue angle of 342.54º 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 #A41E45 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 30 | 69 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.36 |
| HSL | 342.54º | 0.69% | 0.38% | - |
| HSV(B) | 342.54º | 0.82% | 0.64% | - |
| XYZ | 16.85 | 9.25 | 6.53 | - |
| YUV | 74.51 | 124.89 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 30 | 69 | 0 | 0.82 | 0.58 | 0.36 | 342.54 | 0.69 | 0.38 |
| Hex | A4 | 1E | 45 | 0 | 52 | 3A | 24 | 157 | 45 | 26 |
| Octal | 244 | 36 | 105 | 0 | 122 | 72 | 44 | 527 | 105 | 46 |
| Binary | 10100100 | 11110 | 1000101 | 0 | 1010010 | 111010 | 100100 | 101010111 | 1000101 | 100110 |
Color Harmonies of #A41E45
Complementary color
Monochromatic Colors of #A41E45
Black with #A41E45
Text Example
Text Example
White with #A41E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41E45; }
p { color: rgb(164,30,69); }
H1.HeaderClassName
{
color: #A41E45;
}
.AnyTagClassName
{
color: #A41E45;
}
</style>
background-color css
<style>
a { background-color: #A41E45; }
a { background-color: rgb(164,30,69); }
div.DivClassName
{
background-color: #A41E45;
}
.BgClassName
{
background-color: #A41E45;
}
</style>
border-color css
<style>
span { border-color: #A41E45; }
span { border-color: rgb(164,30,69); }
td.TdClassName
{
border-color: #A41E45;
}
.TagClassName
{
border-color: #A41E45;
}
</style>