Shades of Lipstick #A1133E
Tints of Lipstick #A1133E
RGB
CMYK
RGB Variations
Color information
#A1133E (or 0xA1133E) is known color: Lipstick. HEX triplet: A1, 13 and 3E. RGB value is (161,19,62). Sum of RGB (Red+Green+Blue) = 161+19+62=242 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.53% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 161 - color contains mainly: red. Hex color #A1133E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1133E is #5EECC1. Grayscale: #424242. Windows color (decimal): -6220994 or 4068257. OLE color: 4068257.
HSL color Cylindrical-coordinate representation of color #A1133E: hue angle of 341.83º degrees, saturation: 0.79, 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 #A1133E is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 19 | 62 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.37 |
| HSL | 341.83º | 0.79% | 0.35% | - |
| HSV(B) | 341.83º | 0.88% | 0.63% | - |
| XYZ | 15.8 | 8.39 | 5.34 | - |
| YUV | 66.36 | 125.54 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 19 | 62 | 0 | 0.88 | 0.61 | 0.37 | 341.83 | 0.79 | 0.35 |
| Hex | A1 | 13 | 3E | 0 | 58 | 3D | 25 | 156 | 4F | 23 |
| Octal | 241 | 23 | 76 | 0 | 130 | 75 | 45 | 526 | 117 | 43 |
| Binary | 10100001 | 10011 | 111110 | 0 | 1011000 | 111101 | 100101 | 101010110 | 1001111 | 100011 |
Color Harmonies of #A1133E
Complementary color
Monochromatic Colors of #A1133E
Black with #A1133E
Text Example
Text Example
White with #A1133E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1133E; }
p { color: rgb(161,19,62); }
H1.HeaderClassName
{
color: #A1133E;
}
.AnyTagClassName
{
color: #A1133E;
}
</style>
background-color css
<style>
a { background-color: #A1133E; }
a { background-color: rgb(161,19,62); }
div.DivClassName
{
background-color: #A1133E;
}
.BgClassName
{
background-color: #A1133E;
}
</style>
border-color css
<style>
span { border-color: #A1133E; }
span { border-color: rgb(161,19,62); }
td.TdClassName
{
border-color: #A1133E;
}
.TagClassName
{
border-color: #A1133E;
}
</style>