Shades of Lipstick #A1103E
Tints of Lipstick #A1103E
RGB
CMYK
RGB Variations
Color information
#A1103E (or 0xA1103E) is known color: Lipstick. HEX triplet: A1, 10 and 3E. RGB value is (161,16,62). Sum of RGB (Red+Green+Blue) = 161+16+62=239 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.36% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 161 - color contains mainly: red. Hex color #A1103E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1103E is #5EEFC1. Grayscale: #404040. Windows color (decimal): -6221762 or 4067489. OLE color: 4067489.
HSL color Cylindrical-coordinate representation of color #A1103E: hue angle of 340.97º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A1103E is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 16 | 62 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.37 |
| HSL | 340.97º | 0.82% | 0.35% | - |
| HSV(B) | 340.97º | 0.9% | 0.63% | - |
| XYZ | 15.75 | 8.3 | 5.33 | - |
| YUV | 64.6 | 126.54 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 16 | 62 | 0 | 0.90 | 0.61 | 0.37 | 340.97 | 0.82 | 0.35 |
| Hex | A1 | 10 | 3E | 0 | 5A | 3D | 25 | 155 | 52 | 23 |
| Octal | 241 | 20 | 76 | 0 | 132 | 75 | 45 | 525 | 122 | 43 |
| Binary | 10100001 | 10000 | 111110 | 0 | 1011010 | 111101 | 100101 | 101010101 | 1010010 | 100011 |
Color Harmonies of #A1103E
Complementary color
Monochromatic Colors of #A1103E
Black with #A1103E
Text Example
Text Example
White with #A1103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1103E; }
p { color: rgb(161,16,62); }
H1.HeaderClassName
{
color: #A1103E;
}
.AnyTagClassName
{
color: #A1103E;
}
</style>
background-color css
<style>
a { background-color: #A1103E; }
a { background-color: rgb(161,16,62); }
div.DivClassName
{
background-color: #A1103E;
}
.BgClassName
{
background-color: #A1103E;
}
</style>
border-color css
<style>
span { border-color: #A1103E; }
span { border-color: rgb(161,16,62); }
td.TdClassName
{
border-color: #A1103E;
}
.TagClassName
{
border-color: #A1103E;
}
</style>