Shades of Lipstick #A1274C
Tints of Lipstick #A1274C
RGB
CMYK
RGB Variations
Color information
#A1274C (or 0xA1274C) is known color: Lipstick. HEX triplet: A1, 27 and 4C. RGB value is (161,39,76). Sum of RGB (Red+Green+Blue) = 161+39+76=276 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.33% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 161 - color contains mainly: red. Hex color #A1274C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1274C is #5ED8B3. Grayscale: #4F4F4F. Windows color (decimal): -6215860 or 4990881. OLE color: 4990881.
HSL color Cylindrical-coordinate representation of color #A1274C: hue angle of 341.8º 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 #A1274C is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 39 | 76 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.37 |
| HSL | 341.8º | 0.61% | 0.39% | - |
| HSV(B) | 341.8º | 0.76% | 0.63% | - |
| XYZ | 16.73 | 9.55 | 7.8 | - |
| YUV | 79.7 | 125.92 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 39 | 76 | 0 | 0.76 | 0.53 | 0.37 | 341.8 | 0.61 | 0.39 |
| Hex | A1 | 27 | 4C | 0 | 4C | 35 | 25 | 156 | 3D | 27 |
| Octal | 241 | 47 | 114 | 0 | 114 | 65 | 45 | 526 | 75 | 47 |
| Binary | 10100001 | 100111 | 1001100 | 0 | 1001100 | 110101 | 100101 | 101010110 | 111101 | 100111 |
Color Harmonies of #A1274C
Complementary color
Monochromatic Colors of #A1274C
Black with #A1274C
Text Example
Text Example
White with #A1274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1274C; }
p { color: rgb(161,39,76); }
H1.HeaderClassName
{
color: #A1274C;
}
.AnyTagClassName
{
color: #A1274C;
}
</style>
background-color css
<style>
a { background-color: #A1274C; }
a { background-color: rgb(161,39,76); }
div.DivClassName
{
background-color: #A1274C;
}
.BgClassName
{
background-color: #A1274C;
}
</style>
border-color css
<style>
span { border-color: #A1274C; }
span { border-color: rgb(161,39,76); }
td.TdClassName
{
border-color: #A1274C;
}
.TagClassName
{
border-color: #A1274C;
}
</style>