Shades of Lipstick #A51A4D
Tints of Lipstick #A51A4D
RGB
CMYK
RGB Variations
Color information
#A51A4D (or 0xA51A4D) is known color: Lipstick. HEX triplet: A5, 1A and 4D. RGB value is (165,26,77). Sum of RGB (Red+Green+Blue) = 165+26+77=268 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.57% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51A4D is #5AE5B2. Grayscale: #494949. Windows color (decimal): -5957043 or 5053093. OLE color: 5053093.
HSL color Cylindrical-coordinate representation of color #A51A4D: hue angle of 337.99º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A51A4D is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 26 | 77 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.35 |
| HSL | 337.99º | 0.73% | 0.37% | - |
| HSV(B) | 337.99º | 0.84% | 0.65% | - |
| XYZ | 17.23 | 9.27 | 7.9 | - |
| YUV | 73.38 | 130.05 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 26 | 77 | 0 | 0.84 | 0.53 | 0.35 | 337.99 | 0.73 | 0.37 |
| Hex | A5 | 1A | 4D | 0 | 54 | 35 | 23 | 152 | 49 | 25 |
| Octal | 245 | 32 | 115 | 0 | 124 | 65 | 43 | 522 | 111 | 45 |
| Binary | 10100101 | 11010 | 1001101 | 0 | 1010100 | 110101 | 100011 | 101010010 | 1001001 | 100101 |
Color Harmonies of #A51A4D
Complementary color
Monochromatic Colors of #A51A4D
Black with #A51A4D
Text Example
Text Example
White with #A51A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51A4D; }
p { color: rgb(165,26,77); }
H1.HeaderClassName
{
color: #A51A4D;
}
.AnyTagClassName
{
color: #A51A4D;
}
</style>
background-color css
<style>
a { background-color: #A51A4D; }
a { background-color: rgb(165,26,77); }
div.DivClassName
{
background-color: #A51A4D;
}
.BgClassName
{
background-color: #A51A4D;
}
</style>
border-color css
<style>
span { border-color: #A51A4D; }
span { border-color: rgb(165,26,77); }
td.TdClassName
{
border-color: #A51A4D;
}
.TagClassName
{
border-color: #A51A4D;
}
</style>