Shades of Lipstick #A61844
Tints of Lipstick #A61844
RGB
CMYK
RGB Variations
Color information
#A61844 (or 0xA61844) is known color: Lipstick. HEX triplet: A6, 18 and 44. RGB value is (166,24,68). Sum of RGB (Red+Green+Blue) = 166+24+68=258 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.34% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 68 (26.95% from 255 or 26.36% from 258); Max value from RGB is 166 - color contains mainly: red. Hex color #A61844 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61844 is #59E7BB. Grayscale: #474747. Windows color (decimal): -5892028 or 4462758. OLE color: 4462758.
HSL color Cylindrical-coordinate representation of color #A61844: hue angle of 341.41º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A61844 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 24 | 68 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.35 |
| HSL | 341.41º | 0.75% | 0.37% | - |
| HSV(B) | 341.41º | 0.86% | 0.65% | - |
| XYZ | 17.1 | 9.18 | 6.34 | - |
| YUV | 71.47 | 126.04 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 24 | 68 | 0 | 0.86 | 0.59 | 0.35 | 341.41 | 0.75 | 0.37 |
| Hex | A6 | 18 | 44 | 0 | 56 | 3B | 23 | 155 | 4B | 25 |
| Octal | 246 | 30 | 104 | 0 | 126 | 73 | 43 | 525 | 113 | 45 |
| Binary | 10100110 | 11000 | 1000100 | 0 | 1010110 | 111011 | 100011 | 101010101 | 1001011 | 100101 |
Color Harmonies of #A61844
Complementary color
Monochromatic Colors of #A61844
Black with #A61844
Text Example
Text Example
White with #A61844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61844; }
p { color: rgb(166,24,68); }
H1.HeaderClassName
{
color: #A61844;
}
.AnyTagClassName
{
color: #A61844;
}
</style>
background-color css
<style>
a { background-color: #A61844; }
a { background-color: rgb(166,24,68); }
div.DivClassName
{
background-color: #A61844;
}
.BgClassName
{
background-color: #A61844;
}
</style>
border-color css
<style>
span { border-color: #A61844; }
span { border-color: rgb(166,24,68); }
td.TdClassName
{
border-color: #A61844;
}
.TagClassName
{
border-color: #A61844;
}
</style>