Shades of Lipstick #A42D52
Tints of Lipstick #A42D52
RGB
CMYK
RGB Variations
Color information
#A42D52 (or 0xA42D52) is known color: Lipstick. HEX triplet: A4, 2D and 52. RGB value is (164,45,82). Sum of RGB (Red+Green+Blue) = 164+45+82=291 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.36% from 291); Green value is 45 (17.97% from 255 or 15.46% from 291); Blue value is 82 (32.42% from 255 or 28.18% from 291); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42D52 is #5BD2AD. Grayscale: #545454. Windows color (decimal): -6017710 or 5385636. OLE color: 5385636.
HSL color Cylindrical-coordinate representation of color #A42D52: hue angle of 341.34º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A42D52 is Cyan = 0, Magento = 0.73, Yellow = 0.5 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 45 | 82 | - |
| CMYK | 0 | 0.73 | 0.5 | 0.36 |
| HSL | 341.34º | 0.57% | 0.41% | - |
| HSV(B) | 341.34º | 0.73% | 0.64% | - |
| XYZ | 17.77 | 10.38 | 9.05 | - |
| YUV | 84.8 | 126.42 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 45 | 82 | 0 | 0.73 | 0.5 | 0.36 | 341.34 | 0.57 | 0.41 |
| Hex | A4 | 2D | 52 | 0 | 49 | 32 | 24 | 155 | 39 | 29 |
| Octal | 244 | 55 | 122 | 0 | 111 | 62 | 44 | 525 | 71 | 51 |
| Binary | 10100100 | 101101 | 1010010 | 0 | 1001001 | 110010 | 100100 | 101010101 | 111001 | 101001 |
Color Harmonies of #A42D52
Complementary color
Monochromatic Colors of #A42D52
Black with #A42D52
Text Example
Text Example
White with #A42D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42D52; }
p { color: rgb(164,45,82); }
H1.HeaderClassName
{
color: #A42D52;
}
.AnyTagClassName
{
color: #A42D52;
}
</style>
background-color css
<style>
a { background-color: #A42D52; }
a { background-color: rgb(164,45,82); }
div.DivClassName
{
background-color: #A42D52;
}
.BgClassName
{
background-color: #A42D52;
}
</style>
border-color css
<style>
span { border-color: #A42D52; }
span { border-color: rgb(164,45,82); }
td.TdClassName
{
border-color: #A42D52;
}
.TagClassName
{
border-color: #A42D52;
}
</style>