Shades of Lipstick #A01741
Tints of Lipstick #A01741
RGB
CMYK
RGB Variations
Color information
#A01741 (or 0xA01741) is known color: Lipstick. HEX triplet: A0, 17 and 41. RGB value is (160,23,65). Sum of RGB (Red+Green+Blue) = 160+23+65=248 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.52% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 160 - color contains mainly: red. Hex color #A01741 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01741 is #5FE8BE. Grayscale: #444444. Windows color (decimal): -6285503 or 4265888. OLE color: 4265888.
HSL color Cylindrical-coordinate representation of color #A01741: hue angle of 341.61º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A01741 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 23 | 65 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.37 |
| HSL | 341.61º | 0.75% | 0.36% | - |
| HSV(B) | 341.61º | 0.86% | 0.63% | - |
| XYZ | 15.76 | 8.47 | 5.8 | - |
| YUV | 68.75 | 125.89 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 23 | 65 | 0 | 0.86 | 0.59 | 0.37 | 341.61 | 0.75 | 0.36 |
| Hex | A0 | 17 | 41 | 0 | 56 | 3B | 25 | 156 | 4B | 24 |
| Octal | 240 | 27 | 101 | 0 | 126 | 73 | 45 | 526 | 113 | 44 |
| Binary | 10100000 | 10111 | 1000001 | 0 | 1010110 | 111011 | 100101 | 101010110 | 1001011 | 100100 |
Color Harmonies of #A01741
Complementary color
Monochromatic Colors of #A01741
Black with #A01741
Text Example
Text Example
White with #A01741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01741; }
p { color: rgb(160,23,65); }
H1.HeaderClassName
{
color: #A01741;
}
.AnyTagClassName
{
color: #A01741;
}
</style>
background-color css
<style>
a { background-color: #A01741; }
a { background-color: rgb(160,23,65); }
div.DivClassName
{
background-color: #A01741;
}
.BgClassName
{
background-color: #A01741;
}
</style>
border-color css
<style>
span { border-color: #A01741; }
span { border-color: rgb(160,23,65); }
td.TdClassName
{
border-color: #A01741;
}
.TagClassName
{
border-color: #A01741;
}
</style>