Shades of Lipstick #A1275A
Tints of Lipstick #A1275A
RGB
CMYK
RGB Variations
Color information
#A1275A (or 0xA1275A) is known color: Lipstick. HEX triplet: A1, 27 and 5A. RGB value is (161,39,90). Sum of RGB (Red+Green+Blue) = 161+39+90=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A1275A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1275A is #5ED8A5. Grayscale: #515151. Windows color (decimal): -6215846 or 5908385. OLE color: 5908385.
HSL color Cylindrical-coordinate representation of color #A1275A: hue angle of 334.92º 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 #A1275A is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 39 | 90 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.37 |
| HSL | 334.92º | 0.61% | 0.39% | - |
| HSV(B) | 334.92º | 0.76% | 0.63% | - |
| XYZ | 17.27 | 9.77 | 10.65 | - |
| YUV | 81.29 | 132.92 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 39 | 90 | 0 | 0.76 | 0.44 | 0.37 | 334.92 | 0.61 | 0.39 |
| Hex | A1 | 27 | 5A | 0 | 4C | 2C | 25 | 14F | 3D | 27 |
| Octal | 241 | 47 | 132 | 0 | 114 | 54 | 45 | 517 | 75 | 47 |
| Binary | 10100001 | 100111 | 1011010 | 0 | 1001100 | 101100 | 100101 | 101001111 | 111101 | 100111 |
Color Harmonies of #A1275A
Complementary color
Monochromatic Colors of #A1275A
Black with #A1275A
Text Example
Text Example
White with #A1275A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1275A; }
p { color: rgb(161,39,90); }
H1.HeaderClassName
{
color: #A1275A;
}
.AnyTagClassName
{
color: #A1275A;
}
</style>
background-color css
<style>
a { background-color: #A1275A; }
a { background-color: rgb(161,39,90); }
div.DivClassName
{
background-color: #A1275A;
}
.BgClassName
{
background-color: #A1275A;
}
</style>
border-color css
<style>
span { border-color: #A1275A; }
span { border-color: rgb(161,39,90); }
td.TdClassName
{
border-color: #A1275A;
}
.TagClassName
{
border-color: #A1275A;
}
</style>