Shades of Lipstick #A42D4E
Tints of Lipstick #A42D4E
RGB
CMYK
RGB Variations
Color information
#A42D4E (or 0xA42D4E) is known color: Lipstick. HEX triplet: A4, 2D and 4E. RGB value is (164,45,78). Sum of RGB (Red+Green+Blue) = 164+45+78=287 (38% of max value = 765). Red value is 164 (64.45% from 255 or 57.14% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42D4E is #5BD2B1. Grayscale: #545454. Windows color (decimal): -6017714 or 5123492. OLE color: 5123492.
HSL color Cylindrical-coordinate representation of color #A42D4E: hue angle of 343.36º 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 #A42D4E is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 45 | 78 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.36 |
| HSL | 343.36º | 0.57% | 0.41% | - |
| HSV(B) | 343.36º | 0.73% | 0.64% | - |
| XYZ | 17.62 | 10.32 | 8.27 | - |
| YUV | 84.34 | 124.42 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 45 | 78 | 0 | 0.73 | 0.52 | 0.36 | 343.36 | 0.57 | 0.41 |
| Hex | A4 | 2D | 4E | 0 | 49 | 34 | 24 | 157 | 39 | 29 |
| Octal | 244 | 55 | 116 | 0 | 111 | 64 | 44 | 527 | 71 | 51 |
| Binary | 10100100 | 101101 | 1001110 | 0 | 1001001 | 110100 | 100100 | 101010111 | 111001 | 101001 |
Color Harmonies of #A42D4E
Complementary color
Monochromatic Colors of #A42D4E
Black with #A42D4E
Text Example
Text Example
White with #A42D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42D4E; }
p { color: rgb(164,45,78); }
H1.HeaderClassName
{
color: #A42D4E;
}
.AnyTagClassName
{
color: #A42D4E;
}
</style>
background-color css
<style>
a { background-color: #A42D4E; }
a { background-color: rgb(164,45,78); }
div.DivClassName
{
background-color: #A42D4E;
}
.BgClassName
{
background-color: #A42D4E;
}
</style>
border-color css
<style>
span { border-color: #A42D4E; }
span { border-color: rgb(164,45,78); }
td.TdClassName
{
border-color: #A42D4E;
}
.TagClassName
{
border-color: #A42D4E;
}
</style>