Shades of Lipstick #A61544
Tints of Lipstick #A61544
RGB
CMYK
RGB Variations
Color information
#A61544 (or 0xA61544) is known color: Lipstick. HEX triplet: A6, 15 and 44. RGB value is (166,21,68). Sum of RGB (Red+Green+Blue) = 166+21+68=255 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.10% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 68 (26.95% from 255 or 26.67% from 255); Max value from RGB is 166 - color contains mainly: red. Hex color #A61544 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61544 is #59EABB. Grayscale: #454545. Windows color (decimal): -5892796 or 4461990. OLE color: 4461990.
HSL color Cylindrical-coordinate representation of color #A61544: hue angle of 340.55º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A61544 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 21 | 68 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.35 |
| HSL | 340.55º | 0.78% | 0.37% | - |
| HSV(B) | 340.55º | 0.87% | 0.65% | - |
| XYZ | 17.04 | 9.06 | 6.32 | - |
| YUV | 69.71 | 127.04 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 21 | 68 | 0 | 0.87 | 0.59 | 0.35 | 340.55 | 0.78 | 0.37 |
| Hex | A6 | 15 | 44 | 0 | 57 | 3B | 23 | 155 | 4E | 25 |
| Octal | 246 | 25 | 104 | 0 | 127 | 73 | 43 | 525 | 116 | 45 |
| Binary | 10100110 | 10101 | 1000100 | 0 | 1010111 | 111011 | 100011 | 101010101 | 1001110 | 100101 |
Color Harmonies of #A61544
Complementary color
Monochromatic Colors of #A61544
Black with #A61544
Text Example
Text Example
White with #A61544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61544; }
p { color: rgb(166,21,68); }
H1.HeaderClassName
{
color: #A61544;
}
.AnyTagClassName
{
color: #A61544;
}
</style>
background-color css
<style>
a { background-color: #A61544; }
a { background-color: rgb(166,21,68); }
div.DivClassName
{
background-color: #A61544;
}
.BgClassName
{
background-color: #A61544;
}
</style>
border-color css
<style>
span { border-color: #A61544; }
span { border-color: rgb(166,21,68); }
td.TdClassName
{
border-color: #A61544;
}
.TagClassName
{
border-color: #A61544;
}
</style>