Shades of Lipstick #A5214D
Tints of Lipstick #A5214D
RGB
CMYK
RGB Variations
Color information
#A5214D (or 0xA5214D) is known color: Lipstick. HEX triplet: A5, 21 and 4D. RGB value is (165,33,77). Sum of RGB (Red+Green+Blue) = 165+33+77=275 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 165 - color contains mainly: red. Hex color #A5214D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5214D is #5ADEB2. Grayscale: #4D4D4D. Windows color (decimal): -5955251 or 5054885. OLE color: 5054885.
HSL color Cylindrical-coordinate representation of color #A5214D: hue angle of 340º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A5214D is Cyan = 0, Magento = 0.8, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 33 | 77 | - |
| CMYK | 0 | 0.8 | 0.53 | 0.35 |
| HSL | 340º | 0.67% | 0.39% | - |
| HSV(B) | 340º | 0.8% | 0.65% | - |
| XYZ | 17.4 | 9.62 | 7.96 | - |
| YUV | 77.48 | 127.73 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 33 | 77 | 0 | 0.8 | 0.53 | 0.35 | 340 | 0.67 | 0.39 |
| Hex | A5 | 21 | 4D | 0 | 50 | 35 | 23 | 154 | 43 | 27 |
| Octal | 245 | 41 | 115 | 0 | 120 | 65 | 43 | 524 | 103 | 47 |
| Binary | 10100101 | 100001 | 1001101 | 0 | 1010000 | 110101 | 100011 | 101010100 | 1000011 | 100111 |
Color Harmonies of #A5214D
Complementary color
Monochromatic Colors of #A5214D
Black with #A5214D
Text Example
Text Example
White with #A5214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5214D; }
p { color: rgb(165,33,77); }
H1.HeaderClassName
{
color: #A5214D;
}
.AnyTagClassName
{
color: #A5214D;
}
</style>
background-color css
<style>
a { background-color: #A5214D; }
a { background-color: rgb(165,33,77); }
div.DivClassName
{
background-color: #A5214D;
}
.BgClassName
{
background-color: #A5214D;
}
</style>
border-color css
<style>
span { border-color: #A5214D; }
span { border-color: rgb(165,33,77); }
td.TdClassName
{
border-color: #A5214D;
}
.TagClassName
{
border-color: #A5214D;
}
</style>