Shades of Lipstick #A1163F
Tints of Lipstick #A1163F
RGB
CMYK
RGB Variations
Color information
#A1163F (or 0xA1163F) is known color: Lipstick. HEX triplet: A1, 16 and 3F. RGB value is (161,22,63). Sum of RGB (Red+Green+Blue) = 161+22+63=246 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.45% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 161 - color contains mainly: red. Hex color #A1163F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1163F is #5EE9C0. Grayscale: #444444. Windows color (decimal): -6220225 or 4134561. OLE color: 4134561.
HSL color Cylindrical-coordinate representation of color #A1163F: hue angle of 342.3º degrees, saturation: 0.76, 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 #A1163F is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 22 | 63 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.37 |
| HSL | 342.3º | 0.76% | 0.36% | - |
| HSV(B) | 342.3º | 0.86% | 0.63% | - |
| XYZ | 15.88 | 8.51 | 5.51 | - |
| YUV | 68.24 | 125.05 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 22 | 63 | 0 | 0.86 | 0.61 | 0.37 | 342.3 | 0.76 | 0.36 |
| Hex | A1 | 16 | 3F | 0 | 56 | 3D | 25 | 156 | 4C | 24 |
| Octal | 241 | 26 | 77 | 0 | 126 | 75 | 45 | 526 | 114 | 44 |
| Binary | 10100001 | 10110 | 111111 | 0 | 1010110 | 111101 | 100101 | 101010110 | 1001100 | 100100 |
Color Harmonies of #A1163F
Complementary color
Monochromatic Colors of #A1163F
Black with #A1163F
Text Example
Text Example
White with #A1163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1163F; }
p { color: rgb(161,22,63); }
H1.HeaderClassName
{
color: #A1163F;
}
.AnyTagClassName
{
color: #A1163F;
}
</style>
background-color css
<style>
a { background-color: #A1163F; }
a { background-color: rgb(161,22,63); }
div.DivClassName
{
background-color: #A1163F;
}
.BgClassName
{
background-color: #A1163F;
}
</style>
border-color css
<style>
span { border-color: #A1163F; }
span { border-color: rgb(161,22,63); }
td.TdClassName
{
border-color: #A1163F;
}
.TagClassName
{
border-color: #A1163F;
}
</style>