Shades of Lipstick #A1153F
Tints of Lipstick #A1153F
RGB
CMYK
RGB Variations
Color information
#A1153F (or 0xA1153F) is known color: Lipstick. HEX triplet: A1, 15 and 3F. RGB value is (161,21,63). Sum of RGB (Red+Green+Blue) = 161+21+63=245 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.71% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 161 - color contains mainly: red. Hex color #A1153F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1153F is #5EEAC0. Grayscale: #434343. Windows color (decimal): -6220481 or 4134305. OLE color: 4134305.
HSL color Cylindrical-coordinate representation of color #A1153F: hue angle of 342º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A1153F is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 21 | 63 | - |
| CMYK | 0 | 0.87 | 0.61 | 0.37 |
| HSL | 342º | 0.77% | 0.36% | - |
| HSV(B) | 342º | 0.87% | 0.63% | - |
| XYZ | 15.86 | 8.47 | 5.5 | - |
| YUV | 67.65 | 125.38 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 21 | 63 | 0 | 0.87 | 0.61 | 0.37 | 342 | 0.77 | 0.36 |
| Hex | A1 | 15 | 3F | 0 | 57 | 3D | 25 | 156 | 4D | 24 |
| Octal | 241 | 25 | 77 | 0 | 127 | 75 | 45 | 526 | 115 | 44 |
| Binary | 10100001 | 10101 | 111111 | 0 | 1010111 | 111101 | 100101 | 101010110 | 1001101 | 100100 |
Color Harmonies of #A1153F
Complementary color
Monochromatic Colors of #A1153F
Black with #A1153F
Text Example
Text Example
White with #A1153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1153F; }
p { color: rgb(161,21,63); }
H1.HeaderClassName
{
color: #A1153F;
}
.AnyTagClassName
{
color: #A1153F;
}
</style>
background-color css
<style>
a { background-color: #A1153F; }
a { background-color: rgb(161,21,63); }
div.DivClassName
{
background-color: #A1153F;
}
.BgClassName
{
background-color: #A1153F;
}
</style>
border-color css
<style>
span { border-color: #A1153F; }
span { border-color: rgb(161,21,63); }
td.TdClassName
{
border-color: #A1153F;
}
.TagClassName
{
border-color: #A1153F;
}
</style>