Shades of Lipstick #A1143F
Tints of Lipstick #A1143F
RGB
CMYK
RGB Variations
Color information
#A1143F (or 0xA1143F) is known color: Lipstick. HEX triplet: A1, 14 and 3F. RGB value is (161,20,63). Sum of RGB (Red+Green+Blue) = 161+20+63=244 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.98% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 161 - color contains mainly: red. Hex color #A1143F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1143F is #5EEBC0. Grayscale: #434343. Windows color (decimal): -6220737 or 4134049. OLE color: 4134049.
HSL color Cylindrical-coordinate representation of color #A1143F: hue angle of 341.7º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1143F is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 20 | 63 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.37 |
| HSL | 341.7º | 0.78% | 0.35% | - |
| HSV(B) | 341.7º | 0.88% | 0.63% | - |
| XYZ | 15.85 | 8.44 | 5.5 | - |
| YUV | 67.06 | 125.71 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 20 | 63 | 0 | 0.88 | 0.61 | 0.37 | 341.7 | 0.78 | 0.35 |
| Hex | A1 | 14 | 3F | 0 | 58 | 3D | 25 | 156 | 4E | 23 |
| Octal | 241 | 24 | 77 | 0 | 130 | 75 | 45 | 526 | 116 | 43 |
| Binary | 10100001 | 10100 | 111111 | 0 | 1011000 | 111101 | 100101 | 101010110 | 1001110 | 100011 |
Color Harmonies of #A1143F
Complementary color
Monochromatic Colors of #A1143F
Black with #A1143F
Text Example
Text Example
White with #A1143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1143F; }
p { color: rgb(161,20,63); }
H1.HeaderClassName
{
color: #A1143F;
}
.AnyTagClassName
{
color: #A1143F;
}
</style>
background-color css
<style>
a { background-color: #A1143F; }
a { background-color: rgb(161,20,63); }
div.DivClassName
{
background-color: #A1143F;
}
.BgClassName
{
background-color: #A1143F;
}
</style>
border-color css
<style>
span { border-color: #A1143F; }
span { border-color: rgb(161,20,63); }
td.TdClassName
{
border-color: #A1143F;
}
.TagClassName
{
border-color: #A1143F;
}
</style>