Shades of Lipstick #A61F54
Tints of Lipstick #A61F54
RGB
CMYK
RGB Variations
Color information
#A61F54 (or 0xA61F54) is known color: Lipstick. HEX triplet: A6, 1F and 54. RGB value is (166,31,84). Sum of RGB (Red+Green+Blue) = 166+31+84=281 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.07% from 281); Green value is 31 (12.5% from 255 or 11.03% from 281); Blue value is 84 (33.20% from 255 or 29.89% from 281); Max value from RGB is 166 - color contains mainly: red. Hex color #A61F54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61F54 is #59E0AB. Grayscale: #4D4D4D. Windows color (decimal): -5890220 or 5513126. OLE color: 5513126.
HSL color Cylindrical-coordinate representation of color #A61F54: hue angle of 336.44º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A61F54 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 31 | 84 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.35 |
| HSL | 336.44º | 0.69% | 0.39% | - |
| HSV(B) | 336.44º | 0.81% | 0.65% | - |
| XYZ | 17.82 | 9.73 | 9.33 | - |
| YUV | 77.41 | 131.73 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 31 | 84 | 0 | 0.81 | 0.49 | 0.35 | 336.44 | 0.69 | 0.39 |
| Hex | A6 | 1F | 54 | 0 | 51 | 31 | 23 | 150 | 45 | 27 |
| Octal | 246 | 37 | 124 | 0 | 121 | 61 | 43 | 520 | 105 | 47 |
| Binary | 10100110 | 11111 | 1010100 | 0 | 1010001 | 110001 | 100011 | 101010000 | 1000101 | 100111 |
Color Harmonies of #A61F54
Complementary color
Monochromatic Colors of #A61F54
Black with #A61F54
Text Example
Text Example
White with #A61F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61F54; }
p { color: rgb(166,31,84); }
H1.HeaderClassName
{
color: #A61F54;
}
.AnyTagClassName
{
color: #A61F54;
}
</style>
background-color css
<style>
a { background-color: #A61F54; }
a { background-color: rgb(166,31,84); }
div.DivClassName
{
background-color: #A61F54;
}
.BgClassName
{
background-color: #A61F54;
}
</style>
border-color css
<style>
span { border-color: #A61F54; }
span { border-color: rgb(166,31,84); }
td.TdClassName
{
border-color: #A61F54;
}
.TagClassName
{
border-color: #A61F54;
}
</style>