Shades of Lipstick #A61F4D
Tints of Lipstick #A61F4D
RGB
CMYK
RGB Variations
Color information
#A61F4D (or 0xA61F4D) is known color: Lipstick. HEX triplet: A6, 1F and 4D. RGB value is (166,31,77). Sum of RGB (Red+Green+Blue) = 166+31+77=274 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.58% from 274); Green value is 31 (12.5% from 255 or 11.31% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 166 - color contains mainly: red. Hex color #A61F4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61F4D is #59E0B2. Grayscale: #4C4C4C. Windows color (decimal): -5890227 or 5054374. OLE color: 5054374.
HSL color Cylindrical-coordinate representation of color #A61F4D: hue angle of 339.56º 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 #A61F4D is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 31 | 77 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.35 |
| HSL | 339.56º | 0.69% | 0.39% | - |
| HSV(B) | 339.56º | 0.81% | 0.65% | - |
| XYZ | 17.56 | 9.62 | 7.95 | - |
| YUV | 76.61 | 128.23 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 31 | 77 | 0 | 0.81 | 0.54 | 0.35 | 339.56 | 0.69 | 0.39 |
| Hex | A6 | 1F | 4D | 0 | 51 | 36 | 23 | 154 | 45 | 27 |
| Octal | 246 | 37 | 115 | 0 | 121 | 66 | 43 | 524 | 105 | 47 |
| Binary | 10100110 | 11111 | 1001101 | 0 | 1010001 | 110110 | 100011 | 101010100 | 1000101 | 100111 |
Color Harmonies of #A61F4D
Complementary color
Monochromatic Colors of #A61F4D
Black with #A61F4D
Text Example
Text Example
White with #A61F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61F4D; }
p { color: rgb(166,31,77); }
H1.HeaderClassName
{
color: #A61F4D;
}
.AnyTagClassName
{
color: #A61F4D;
}
</style>
background-color css
<style>
a { background-color: #A61F4D; }
a { background-color: rgb(166,31,77); }
div.DivClassName
{
background-color: #A61F4D;
}
.BgClassName
{
background-color: #A61F4D;
}
</style>
border-color css
<style>
span { border-color: #A61F4D; }
span { border-color: rgb(166,31,77); }
td.TdClassName
{
border-color: #A61F4D;
}
.TagClassName
{
border-color: #A61F4D;
}
</style>