Shades of Lipstick #A1274E
Tints of Lipstick #A1274E
RGB
CMYK
RGB Variations
Color information
#A1274E (or 0xA1274E) is known color: Lipstick. HEX triplet: A1, 27 and 4E. RGB value is (161,39,78). Sum of RGB (Red+Green+Blue) = 161+39+78=278 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.91% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 161 - color contains mainly: red. Hex color #A1274E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1274E is #5ED8B1. Grayscale: #4F4F4F. Windows color (decimal): -6215858 or 5121953. OLE color: 5121953.
HSL color Cylindrical-coordinate representation of color #A1274E: hue angle of 340.82º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A1274E is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 39 | 78 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.37 |
| HSL | 340.82º | 0.61% | 0.39% | - |
| HSV(B) | 340.82º | 0.76% | 0.63% | - |
| XYZ | 16.8 | 9.58 | 8.17 | - |
| YUV | 79.92 | 126.92 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 39 | 78 | 0 | 0.76 | 0.52 | 0.37 | 340.82 | 0.61 | 0.39 |
| Hex | A1 | 27 | 4E | 0 | 4C | 34 | 25 | 155 | 3D | 27 |
| Octal | 241 | 47 | 116 | 0 | 114 | 64 | 45 | 525 | 75 | 47 |
| Binary | 10100001 | 100111 | 1001110 | 0 | 1001100 | 110100 | 100101 | 101010101 | 111101 | 100111 |
Color Harmonies of #A1274E
Complementary color
Monochromatic Colors of #A1274E
Black with #A1274E
Text Example
Text Example
White with #A1274E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1274E; }
p { color: rgb(161,39,78); }
H1.HeaderClassName
{
color: #A1274E;
}
.AnyTagClassName
{
color: #A1274E;
}
</style>
background-color css
<style>
a { background-color: #A1274E; }
a { background-color: rgb(161,39,78); }
div.DivClassName
{
background-color: #A1274E;
}
.BgClassName
{
background-color: #A1274E;
}
</style>
border-color css
<style>
span { border-color: #A1274E; }
span { border-color: rgb(161,39,78); }
td.TdClassName
{
border-color: #A1274E;
}
.TagClassName
{
border-color: #A1274E;
}
</style>