Shades of Lipstick #A42448
Tints of Lipstick #A42448
RGB
CMYK
RGB Variations
Color information
#A42448 (or 0xA42448) is known color: Lipstick. HEX triplet: A4, 24 and 48. RGB value is (164,36,72). Sum of RGB (Red+Green+Blue) = 164+36+72=272 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.29% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 164 - color contains mainly: red. Hex color #A42448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42448 is #5BDBB7. Grayscale: #4E4E4E. Windows color (decimal): -6020024 or 4727972. OLE color: 4727972.
HSL color Cylindrical-coordinate representation of color #A42448: hue angle of 343.12º 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 #A42448 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 36 | 72 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.36 |
| HSL | 343.13º | 0.64% | 0.39% | - |
| HSV(B) | 343.13º | 0.78% | 0.64% | - |
| XYZ | 17.11 | 9.62 | 7.09 | - |
| YUV | 78.38 | 124.41 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 36 | 72 | 0 | 0.78 | 0.56 | 0.36 | 343.13 | 0.64 | 0.39 |
| Hex | A4 | 24 | 48 | 0 | 4E | 38 | 24 | 157 | 40 | 27 |
| Octal | 244 | 44 | 110 | 0 | 116 | 70 | 44 | 527 | 100 | 47 |
| Binary | 10100100 | 100100 | 1001000 | 0 | 1001110 | 111000 | 100100 | 101010111 | 1000000 | 100111 |
Color Harmonies of #A42448
Complementary color
Monochromatic Colors of #A42448
Black with #A42448
Text Example
Text Example
White with #A42448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42448; }
p { color: rgb(164,36,72); }
H1.HeaderClassName
{
color: #A42448;
}
.AnyTagClassName
{
color: #A42448;
}
</style>
background-color css
<style>
a { background-color: #A42448; }
a { background-color: rgb(164,36,72); }
div.DivClassName
{
background-color: #A42448;
}
.BgClassName
{
background-color: #A42448;
}
</style>
border-color css
<style>
span { border-color: #A42448; }
span { border-color: rgb(164,36,72); }
td.TdClassName
{
border-color: #A42448;
}
.TagClassName
{
border-color: #A42448;
}
</style>