Shades of Lipstick #A81C52
Tints of Lipstick #A81C52
RGB
CMYK
RGB Variations
Color information
#A81C52 (or 0xA81C52) is known color: Lipstick. HEX triplet: A8, 1C and 52. RGB value is (168,28,82). Sum of RGB (Red+Green+Blue) = 168+28+82=278 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.43% from 278); Green value is 28 (11.33% from 255 or 10.07% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 168 - color contains mainly: red. Hex color #A81C52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A81C52 is #57E3AD. Grayscale: #4B4B4B. Windows color (decimal): -5759918 or 5381288. OLE color: 5381288.
HSL color Cylindrical-coordinate representation of color #A81C52: hue angle of 336.86º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A81C52 is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 28 | 82 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.34 |
| HSL | 336.86º | 0.71% | 0.38% | - |
| HSV(B) | 336.86º | 0.83% | 0.66% | - |
| XYZ | 18.09 | 9.76 | 8.91 | - |
| YUV | 76.02 | 131.38 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 28 | 82 | 0 | 0.83 | 0.51 | 0.34 | 336.86 | 0.71 | 0.38 |
| Hex | A8 | 1C | 52 | 0 | 53 | 33 | 22 | 151 | 47 | 26 |
| Octal | 250 | 34 | 122 | 0 | 123 | 63 | 42 | 521 | 107 | 46 |
| Binary | 10101000 | 11100 | 1010010 | 0 | 1010011 | 110011 | 100010 | 101010001 | 1000111 | 100110 |
Color Harmonies of #A81C52
Complementary color
Monochromatic Colors of #A81C52
Black with #A81C52
Text Example
Text Example
White with #A81C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81C52; }
p { color: rgb(168,28,82); }
H1.HeaderClassName
{
color: #A81C52;
}
.AnyTagClassName
{
color: #A81C52;
}
</style>
background-color css
<style>
a { background-color: #A81C52; }
a { background-color: rgb(168,28,82); }
div.DivClassName
{
background-color: #A81C52;
}
.BgClassName
{
background-color: #A81C52;
}
</style>
border-color css
<style>
span { border-color: #A81C52; }
span { border-color: rgb(168,28,82); }
td.TdClassName
{
border-color: #A81C52;
}
.TagClassName
{
border-color: #A81C52;
}
</style>