Shades of Lipstick #A41441
Tints of Lipstick #A41441
RGB
CMYK
RGB Variations
Color information
#A41441 (or 0xA41441) is known color: Lipstick. HEX triplet: A4, 14 and 41. RGB value is (164,20,65). Sum of RGB (Red+Green+Blue) = 164+20+65=249 (32% of max value = 765). Red value is 164 (64.45% from 255 or 65.86% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 164 - color contains mainly: red. Hex color #A41441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41441 is #5BEBBE. Grayscale: #444444. Windows color (decimal): -6024127 or 4265124. OLE color: 4265124.
HSL color Cylindrical-coordinate representation of color #A41441: hue angle of 341.25º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A41441 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 20 | 65 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.36 |
| HSL | 341.25º | 0.78% | 0.36% | - |
| HSV(B) | 341.25º | 0.88% | 0.64% | - |
| XYZ | 16.51 | 8.77 | 5.82 | - |
| YUV | 68.19 | 126.21 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 20 | 65 | 0 | 0.88 | 0.60 | 0.36 | 341.25 | 0.78 | 0.36 |
| Hex | A4 | 14 | 41 | 0 | 58 | 3C | 24 | 155 | 4E | 24 |
| Octal | 244 | 24 | 101 | 0 | 130 | 74 | 44 | 525 | 116 | 44 |
| Binary | 10100100 | 10100 | 1000001 | 0 | 1011000 | 111100 | 100100 | 101010101 | 1001110 | 100100 |
Color Harmonies of #A41441
Complementary color
Monochromatic Colors of #A41441
Black with #A41441
Text Example
Text Example
White with #A41441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41441; }
p { color: rgb(164,20,65); }
H1.HeaderClassName
{
color: #A41441;
}
.AnyTagClassName
{
color: #A41441;
}
</style>
background-color css
<style>
a { background-color: #A41441; }
a { background-color: rgb(164,20,65); }
div.DivClassName
{
background-color: #A41441;
}
.BgClassName
{
background-color: #A41441;
}
</style>
border-color css
<style>
span { border-color: #A41441; }
span { border-color: rgb(164,20,65); }
td.TdClassName
{
border-color: #A41441;
}
.TagClassName
{
border-color: #A41441;
}
</style>