Shades of Lipstick #A52754
Tints of Lipstick #A52754
RGB
CMYK
RGB Variations
Color information
#A52754 (or 0xA52754) is known color: Lipstick. HEX triplet: A5, 27 and 54. RGB value is (165,39,84). Sum of RGB (Red+Green+Blue) = 165+39+84=288 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.29% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 165 - color contains mainly: red. Hex color #A52754 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52754 is #5AD8AB. Grayscale: #515151. Windows color (decimal): -5953708 or 5515173. OLE color: 5515173.
HSL color Cylindrical-coordinate representation of color #A52754: hue angle of 338.57º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A52754 is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 39 | 84 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.35 |
| HSL | 338.57º | 0.62% | 0.4% | - |
| HSV(B) | 338.57º | 0.76% | 0.65% | - |
| XYZ | 17.84 | 10.09 | 9.39 | - |
| YUV | 81.8 | 129.24 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 39 | 84 | 0 | 0.76 | 0.49 | 0.35 | 338.57 | 0.62 | 0.4 |
| Hex | A5 | 27 | 54 | 0 | 4C | 31 | 23 | 153 | 3E | 28 |
| Octal | 245 | 47 | 124 | 0 | 114 | 61 | 43 | 523 | 76 | 50 |
| Binary | 10100101 | 100111 | 1010100 | 0 | 1001100 | 110001 | 100011 | 101010011 | 111110 | 101000 |
Color Harmonies of #A52754
Complementary color
Monochromatic Colors of #A52754
Black with #A52754
Text Example
Text Example
White with #A52754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52754; }
p { color: rgb(165,39,84); }
H1.HeaderClassName
{
color: #A52754;
}
.AnyTagClassName
{
color: #A52754;
}
</style>
background-color css
<style>
a { background-color: #A52754; }
a { background-color: rgb(165,39,84); }
div.DivClassName
{
background-color: #A52754;
}
.BgClassName
{
background-color: #A52754;
}
</style>
border-color css
<style>
span { border-color: #A52754; }
span { border-color: rgb(165,39,84); }
td.TdClassName
{
border-color: #A52754;
}
.TagClassName
{
border-color: #A52754;
}
</style>