Shades of Lipstick #A1234A
Tints of Lipstick #A1234A
RGB
CMYK
RGB Variations
Color information
#A1234A (or 0xA1234A) is known color: Lipstick. HEX triplet: A1, 23 and 4A. RGB value is (161,35,74). Sum of RGB (Red+Green+Blue) = 161+35+74=270 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.63% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 161 - color contains mainly: red. Hex color #A1234A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1234A is #5EDCB5. Grayscale: #4D4D4D. Windows color (decimal): -6216886 or 4858785. OLE color: 4858785.
HSL color Cylindrical-coordinate representation of color #A1234A: hue angle of 341.43º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A1234A is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 35 | 74 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.37 |
| HSL | 341.43º | 0.64% | 0.38% | - |
| HSV(B) | 341.43º | 0.78% | 0.63% | - |
| XYZ | 16.54 | 9.27 | 7.4 | - |
| YUV | 77.12 | 126.24 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 35 | 74 | 0 | 0.78 | 0.54 | 0.37 | 341.43 | 0.64 | 0.38 |
| Hex | A1 | 23 | 4A | 0 | 4E | 36 | 25 | 155 | 40 | 26 |
| Octal | 241 | 43 | 112 | 0 | 116 | 66 | 45 | 525 | 100 | 46 |
| Binary | 10100001 | 100011 | 1001010 | 0 | 1001110 | 110110 | 100101 | 101010101 | 1000000 | 100110 |
Color Harmonies of #A1234A
Complementary color
Monochromatic Colors of #A1234A
Black with #A1234A
Text Example
Text Example
White with #A1234A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1234A; }
p { color: rgb(161,35,74); }
H1.HeaderClassName
{
color: #A1234A;
}
.AnyTagClassName
{
color: #A1234A;
}
</style>
background-color css
<style>
a { background-color: #A1234A; }
a { background-color: rgb(161,35,74); }
div.DivClassName
{
background-color: #A1234A;
}
.BgClassName
{
background-color: #A1234A;
}
</style>
border-color css
<style>
span { border-color: #A1234A; }
span { border-color: rgb(161,35,74); }
td.TdClassName
{
border-color: #A1234A;
}
.TagClassName
{
border-color: #A1234A;
}
</style>