Shades of Lipstick #A82754
Tints of Lipstick #A82754
RGB
CMYK
RGB Variations
Color information
#A82754 (or 0xA82754) is known color: Lipstick. HEX triplet: A8, 27 and 54. RGB value is (168,39,84). Sum of RGB (Red+Green+Blue) = 168+39+84=291 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.73% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 84 (33.20% from 255 or 28.87% from 291); Max value from RGB is 168 - color contains mainly: red. Hex color #A82754 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82754 is #57D8AB. Grayscale: #525252. Windows color (decimal): -5757100 or 5515176. OLE color: 5515176.
HSL color Cylindrical-coordinate representation of color #A82754: hue angle of 339.07º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A82754 is Cyan = 0, Magento = 0.77, Yellow = 0.5 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 39 | 84 | - |
| CMYK | 0 | 0.77 | 0.5 | 0.34 |
| HSL | 339.07º | 0.62% | 0.41% | - |
| HSV(B) | 339.07º | 0.77% | 0.66% | - |
| XYZ | 18.47 | 10.42 | 9.42 | - |
| YUV | 82.7 | 128.74 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 84 | 0 | 0.77 | 0.5 | 0.34 | 339.07 | 0.62 | 0.41 |
| Hex | A8 | 27 | 54 | 0 | 4D | 32 | 22 | 153 | 3E | 29 |
| Octal | 250 | 47 | 124 | 0 | 115 | 62 | 42 | 523 | 76 | 51 |
| Binary | 10101000 | 100111 | 1010100 | 0 | 1001101 | 110010 | 100010 | 101010011 | 111110 | 101001 |
Color Harmonies of #A82754
Complementary color
Monochromatic Colors of #A82754
Black with #A82754
Text Example
Text Example
White with #A82754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82754; }
p { color: rgb(168,39,84); }
H1.HeaderClassName
{
color: #A82754;
}
.AnyTagClassName
{
color: #A82754;
}
</style>
background-color css
<style>
a { background-color: #A82754; }
a { background-color: rgb(168,39,84); }
div.DivClassName
{
background-color: #A82754;
}
.BgClassName
{
background-color: #A82754;
}
</style>
border-color css
<style>
span { border-color: #A82754; }
span { border-color: rgb(168,39,84); }
td.TdClassName
{
border-color: #A82754;
}
.TagClassName
{
border-color: #A82754;
}
</style>