Shades of Lipstick #A1264B
Tints of Lipstick #A1264B
RGB
CMYK
RGB Variations
Color information
#A1264B (or 0xA1264B) is known color: Lipstick. HEX triplet: A1, 26 and 4B. RGB value is (161,38,75). Sum of RGB (Red+Green+Blue) = 161+38+75=274 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.76% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 161 - color contains mainly: red. Hex color #A1264B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1264B is #5ED9B4. Grayscale: #4E4E4E. Windows color (decimal): -6216117 or 4925089. OLE color: 4925089.
HSL color Cylindrical-coordinate representation of color #A1264B: hue angle of 341.95º degrees, saturation: 0.62, 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 #A1264B is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 38 | 75 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.37 |
| HSL | 341.95º | 0.62% | 0.39% | - |
| HSV(B) | 341.95º | 0.76% | 0.63% | - |
| XYZ | 16.66 | 9.47 | 7.61 | - |
| YUV | 79 | 125.75 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 38 | 75 | 0 | 0.76 | 0.53 | 0.37 | 341.95 | 0.62 | 0.39 |
| Hex | A1 | 26 | 4B | 0 | 4C | 35 | 25 | 156 | 3E | 27 |
| Octal | 241 | 46 | 113 | 0 | 114 | 65 | 45 | 526 | 76 | 47 |
| Binary | 10100001 | 100110 | 1001011 | 0 | 1001100 | 110101 | 100101 | 101010110 | 111110 | 100111 |
Color Harmonies of #A1264B
Complementary color
Monochromatic Colors of #A1264B
Black with #A1264B
Text Example
Text Example
White with #A1264B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1264B; }
p { color: rgb(161,38,75); }
H1.HeaderClassName
{
color: #A1264B;
}
.AnyTagClassName
{
color: #A1264B;
}
</style>
background-color css
<style>
a { background-color: #A1264B; }
a { background-color: rgb(161,38,75); }
div.DivClassName
{
background-color: #A1264B;
}
.BgClassName
{
background-color: #A1264B;
}
</style>
border-color css
<style>
span { border-color: #A1264B; }
span { border-color: rgb(161,38,75); }
td.TdClassName
{
border-color: #A1264B;
}
.TagClassName
{
border-color: #A1264B;
}
</style>