Shades of Lipstick #A1294B
Tints of Lipstick #A1294B
RGB
CMYK
RGB Variations
Color information
#A1294B (or 0xA1294B) is known color: Lipstick. HEX triplet: A1, 29 and 4B. RGB value is (161,41,75). Sum of RGB (Red+Green+Blue) = 161+41+75=277 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.12% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 161 - color contains mainly: red. Hex color #A1294B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1294B is #5ED6B4. Grayscale: #505050. Windows color (decimal): -6215349 or 4925857. OLE color: 4925857.
HSL color Cylindrical-coordinate representation of color #A1294B: hue angle of 343º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A1294B is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 41 | 75 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.37 |
| HSL | 343º | 0.59% | 0.4% | - |
| HSV(B) | 343º | 0.75% | 0.63% | - |
| XYZ | 16.76 | 9.67 | 7.64 | - |
| YUV | 80.76 | 124.76 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 41 | 75 | 0 | 0.75 | 0.53 | 0.37 | 343 | 0.59 | 0.4 |
| Hex | A1 | 29 | 4B | 0 | 4B | 35 | 25 | 157 | 3B | 28 |
| Octal | 241 | 51 | 113 | 0 | 113 | 65 | 45 | 527 | 73 | 50 |
| Binary | 10100001 | 101001 | 1001011 | 0 | 1001011 | 110101 | 100101 | 101010111 | 111011 | 101000 |
Color Harmonies of #A1294B
Complementary color
Monochromatic Colors of #A1294B
Black with #A1294B
Text Example
Text Example
White with #A1294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1294B; }
p { color: rgb(161,41,75); }
H1.HeaderClassName
{
color: #A1294B;
}
.AnyTagClassName
{
color: #A1294B;
}
</style>
background-color css
<style>
a { background-color: #A1294B; }
a { background-color: rgb(161,41,75); }
div.DivClassName
{
background-color: #A1294B;
}
.BgClassName
{
background-color: #A1294B;
}
</style>
border-color css
<style>
span { border-color: #A1294B; }
span { border-color: rgb(161,41,75); }
td.TdClassName
{
border-color: #A1294B;
}
.TagClassName
{
border-color: #A1294B;
}
</style>