Shades of Lipstick #A1244C
Tints of Lipstick #A1244C
RGB
CMYK
RGB Variations
Color information
#A1244C (or 0xA1244C) is known color: Lipstick. HEX triplet: A1, 24 and 4C. RGB value is (161,36,76). Sum of RGB (Red+Green+Blue) = 161+36+76=273 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.97% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 161 - color contains mainly: red. Hex color #A1244C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1244C is #5EDBB3. Grayscale: #4D4D4D. Windows color (decimal): -6216628 or 4990113. OLE color: 4990113.
HSL color Cylindrical-coordinate representation of color #A1244C: hue angle of 340.8º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A1244C is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 36 | 76 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.37 |
| HSL | 340.8º | 0.63% | 0.39% | - |
| HSV(B) | 340.8º | 0.78% | 0.63% | - |
| XYZ | 16.63 | 9.36 | 7.77 | - |
| YUV | 77.94 | 126.91 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 36 | 76 | 0 | 0.78 | 0.53 | 0.37 | 340.8 | 0.63 | 0.39 |
| Hex | A1 | 24 | 4C | 0 | 4E | 35 | 25 | 155 | 3F | 27 |
| Octal | 241 | 44 | 114 | 0 | 116 | 65 | 45 | 525 | 77 | 47 |
| Binary | 10100001 | 100100 | 1001100 | 0 | 1001110 | 110101 | 100101 | 101010101 | 111111 | 100111 |
Color Harmonies of #A1244C
Complementary color
Monochromatic Colors of #A1244C
Black with #A1244C
Text Example
Text Example
White with #A1244C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1244C; }
p { color: rgb(161,36,76); }
H1.HeaderClassName
{
color: #A1244C;
}
.AnyTagClassName
{
color: #A1244C;
}
</style>
background-color css
<style>
a { background-color: #A1244C; }
a { background-color: rgb(161,36,76); }
div.DivClassName
{
background-color: #A1244C;
}
.BgClassName
{
background-color: #A1244C;
}
</style>
border-color css
<style>
span { border-color: #A1244C; }
span { border-color: rgb(161,36,76); }
td.TdClassName
{
border-color: #A1244C;
}
.TagClassName
{
border-color: #A1244C;
}
</style>