Shades of Lipstick #A11F40
Tints of Lipstick #A11F40
RGB
CMYK
RGB Variations
Color information
#A11F40 (or 0xA11F40) is known color: Lipstick. HEX triplet: A1, 1F and 40. RGB value is (161,31,64). Sum of RGB (Red+Green+Blue) = 161+31+64=256 (33% of max value = 765). Red value is 161 (63.28% from 255 or 62.89% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 161 - color contains mainly: red. Hex color #A11F40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11F40 is #5EE0BF. Grayscale: #494949. Windows color (decimal): -6217920 or 4202401. OLE color: 4202401.
HSL color Cylindrical-coordinate representation of color #A11F40: hue angle of 344.77º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A11F40 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 31 | 64 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.37 |
| HSL | 344.77º | 0.68% | 0.38% | - |
| HSV(B) | 344.77º | 0.81% | 0.63% | - |
| XYZ | 16.11 | 8.93 | 5.72 | - |
| YUV | 73.63 | 122.57 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 31 | 64 | 0 | 0.81 | 0.60 | 0.37 | 344.77 | 0.68 | 0.38 |
| Hex | A1 | 1F | 40 | 0 | 51 | 3C | 25 | 159 | 44 | 26 |
| Octal | 241 | 37 | 100 | 0 | 121 | 74 | 45 | 531 | 104 | 46 |
| Binary | 10100001 | 11111 | 1000000 | 0 | 1010001 | 111100 | 100101 | 101011001 | 1000100 | 100110 |
Color Harmonies of #A11F40
Complementary color
Monochromatic Colors of #A11F40
Black with #A11F40
Text Example
Text Example
White with #A11F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11F40; }
p { color: rgb(161,31,64); }
H1.HeaderClassName
{
color: #A11F40;
}
.AnyTagClassName
{
color: #A11F40;
}
</style>
background-color css
<style>
a { background-color: #A11F40; }
a { background-color: rgb(161,31,64); }
div.DivClassName
{
background-color: #A11F40;
}
.BgClassName
{
background-color: #A11F40;
}
</style>
border-color css
<style>
span { border-color: #A11F40; }
span { border-color: rgb(161,31,64); }
td.TdClassName
{
border-color: #A11F40;
}
.TagClassName
{
border-color: #A11F40;
}
</style>