Shades of Lipstick #A1254C
Tints of Lipstick #A1254C
RGB
CMYK
RGB Variations
Color information
#A1254C (or 0xA1254C) is known color: Lipstick. HEX triplet: A1, 25 and 4C. RGB value is (161,37,76). Sum of RGB (Red+Green+Blue) = 161+37+76=274 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.76% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 161 - color contains mainly: red. Hex color #A1254C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1254C is #5EDAB3. Grayscale: #4E4E4E. Windows color (decimal): -6216372 or 4990369. OLE color: 4990369.
HSL color Cylindrical-coordinate representation of color #A1254C: hue angle of 341.13º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A1254C is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 37 | 76 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.37 |
| HSL | 341.13º | 0.63% | 0.39% | - |
| HSV(B) | 341.13º | 0.77% | 0.63% | - |
| XYZ | 16.66 | 9.42 | 7.78 | - |
| YUV | 78.52 | 126.58 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 37 | 76 | 0 | 0.77 | 0.53 | 0.37 | 341.13 | 0.63 | 0.39 |
| Hex | A1 | 25 | 4C | 0 | 4D | 35 | 25 | 155 | 3F | 27 |
| Octal | 241 | 45 | 114 | 0 | 115 | 65 | 45 | 525 | 77 | 47 |
| Binary | 10100001 | 100101 | 1001100 | 0 | 1001101 | 110101 | 100101 | 101010101 | 111111 | 100111 |
Color Harmonies of #A1254C
Complementary color
Monochromatic Colors of #A1254C
Black with #A1254C
Text Example
Text Example
White with #A1254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1254C; }
p { color: rgb(161,37,76); }
H1.HeaderClassName
{
color: #A1254C;
}
.AnyTagClassName
{
color: #A1254C;
}
</style>
background-color css
<style>
a { background-color: #A1254C; }
a { background-color: rgb(161,37,76); }
div.DivClassName
{
background-color: #A1254C;
}
.BgClassName
{
background-color: #A1254C;
}
</style>
border-color css
<style>
span { border-color: #A1254C; }
span { border-color: rgb(161,37,76); }
td.TdClassName
{
border-color: #A1254C;
}
.TagClassName
{
border-color: #A1254C;
}
</style>