Shades of Lipstick #A42441
Tints of Lipstick #A42441
RGB
CMYK
RGB Variations
Color information
#A42441 (or 0xA42441) is known color: Lipstick. HEX triplet: A4, 24 and 41. RGB value is (164,36,65). Sum of RGB (Red+Green+Blue) = 164+36+65=265 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.89% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 164 - color contains mainly: red. Hex color #A42441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42441 is #5BDBBE. Grayscale: #4D4D4D. Windows color (decimal): -6020031 or 4269220. OLE color: 4269220.
HSL color Cylindrical-coordinate representation of color #A42441: hue angle of 346.41º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A42441 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 36 | 65 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.36 |
| HSL | 346.41º | 0.64% | 0.39% | - |
| HSV(B) | 346.41º | 0.78% | 0.64% | - |
| XYZ | 16.89 | 9.54 | 5.95 | - |
| YUV | 77.58 | 120.91 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 36 | 65 | 0 | 0.78 | 0.60 | 0.36 | 346.41 | 0.64 | 0.39 |
| Hex | A4 | 24 | 41 | 0 | 4E | 3C | 24 | 15A | 40 | 27 |
| Octal | 244 | 44 | 101 | 0 | 116 | 74 | 44 | 532 | 100 | 47 |
| Binary | 10100100 | 100100 | 1000001 | 0 | 1001110 | 111100 | 100100 | 101011010 | 1000000 | 100111 |
Color Harmonies of #A42441
Complementary color
Monochromatic Colors of #A42441
Black with #A42441
Text Example
Text Example
White with #A42441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42441; }
p { color: rgb(164,36,65); }
H1.HeaderClassName
{
color: #A42441;
}
.AnyTagClassName
{
color: #A42441;
}
</style>
background-color css
<style>
a { background-color: #A42441; }
a { background-color: rgb(164,36,65); }
div.DivClassName
{
background-color: #A42441;
}
.BgClassName
{
background-color: #A42441;
}
</style>
border-color css
<style>
span { border-color: #A42441; }
span { border-color: rgb(164,36,65); }
td.TdClassName
{
border-color: #A42441;
}
.TagClassName
{
border-color: #A42441;
}
</style>