Shades of Lipstick #A1174C
Tints of Lipstick #A1174C
RGB
CMYK
RGB Variations
Color information
#A1174C (or 0xA1174C) is known color: Lipstick. HEX triplet: A1, 17 and 4C. RGB value is (161,23,76). Sum of RGB (Red+Green+Blue) = 161+23+76=260 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.92% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 161 - color contains mainly: red. Hex color #A1174C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1174C is #5EE8B3. Grayscale: #464646. Windows color (decimal): -6219956 or 4986785. OLE color: 4986785.
HSL color Cylindrical-coordinate representation of color #A1174C: hue angle of 336.96º 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 #A1174C is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 23 | 76 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.37 |
| HSL | 336.96º | 0.75% | 0.36% | - |
| HSV(B) | 336.96º | 0.86% | 0.63% | - |
| XYZ | 16.31 | 8.71 | 7.66 | - |
| YUV | 70.3 | 131.22 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 23 | 76 | 0 | 0.86 | 0.53 | 0.37 | 336.96 | 0.75 | 0.36 |
| Hex | A1 | 17 | 4C | 0 | 56 | 35 | 25 | 151 | 4B | 24 |
| Octal | 241 | 27 | 114 | 0 | 126 | 65 | 45 | 521 | 113 | 44 |
| Binary | 10100001 | 10111 | 1001100 | 0 | 1010110 | 110101 | 100101 | 101010001 | 1001011 | 100100 |
Color Harmonies of #A1174C
Complementary color
Monochromatic Colors of #A1174C
Black with #A1174C
Text Example
Text Example
White with #A1174C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1174C; }
p { color: rgb(161,23,76); }
H1.HeaderClassName
{
color: #A1174C;
}
.AnyTagClassName
{
color: #A1174C;
}
</style>
background-color css
<style>
a { background-color: #A1174C; }
a { background-color: rgb(161,23,76); }
div.DivClassName
{
background-color: #A1174C;
}
.BgClassName
{
background-color: #A1174C;
}
</style>
border-color css
<style>
span { border-color: #A1174C; }
span { border-color: rgb(161,23,76); }
td.TdClassName
{
border-color: #A1174C;
}
.TagClassName
{
border-color: #A1174C;
}
</style>