Shades of Lipstick #A42D56
Tints of Lipstick #A42D56
RGB
CMYK
RGB Variations
Color information
#A42D56 (or 0xA42D56) is known color: Lipstick. HEX triplet: A4, 2D and 56. RGB value is (164,45,86). Sum of RGB (Red+Green+Blue) = 164+45+86=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42D56 is #5BD2A9. Grayscale: #555555. Windows color (decimal): -6017706 or 5647780. OLE color: 5647780.
HSL color Cylindrical-coordinate representation of color #A42D56: hue angle of 339.33º 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 #A42D56 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 45 | 86 | - |
| CMYK | 0 | 0.73 | 0.48 | 0.36 |
| HSL | 339.33º | 0.57% | 0.41% | - |
| HSV(B) | 339.33º | 0.73% | 0.64% | - |
| XYZ | 17.93 | 10.44 | 9.87 | - |
| YUV | 85.26 | 128.42 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 45 | 86 | 0 | 0.73 | 0.48 | 0.36 | 339.33 | 0.57 | 0.41 |
| Hex | A4 | 2D | 56 | 0 | 49 | 30 | 24 | 153 | 39 | 29 |
| Octal | 244 | 55 | 126 | 0 | 111 | 60 | 44 | 523 | 71 | 51 |
| Binary | 10100100 | 101101 | 1010110 | 0 | 1001001 | 110000 | 100100 | 101010011 | 111001 | 101001 |
Color Harmonies of #A42D56
Complementary color
Monochromatic Colors of #A42D56
Black with #A42D56
Text Example
Text Example
White with #A42D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42D56; }
p { color: rgb(164,45,86); }
H1.HeaderClassName
{
color: #A42D56;
}
.AnyTagClassName
{
color: #A42D56;
}
</style>
background-color css
<style>
a { background-color: #A42D56; }
a { background-color: rgb(164,45,86); }
div.DivClassName
{
background-color: #A42D56;
}
.BgClassName
{
background-color: #A42D56;
}
</style>
border-color css
<style>
span { border-color: #A42D56; }
span { border-color: rgb(164,45,86); }
td.TdClassName
{
border-color: #A42D56;
}
.TagClassName
{
border-color: #A42D56;
}
</style>