Shades of Lipstick #A82749
Tints of Lipstick #A82749
RGB
CMYK
RGB Variations
Color information
#A82749 (or 0xA82749) is known color: Lipstick. HEX triplet: A8, 27 and 49. RGB value is (168,39,73). Sum of RGB (Red+Green+Blue) = 168+39+73=280 (37% of max value = 765). Red value is 168 (66.02% from 255 or 60% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 168 - color contains mainly: red. Hex color #A82749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82749 is #57D8B6. Grayscale: #515151. Windows color (decimal): -5757111 or 4794280. OLE color: 4794280.
HSL color Cylindrical-coordinate representation of color #A82749: hue angle of 344.19º 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 #A82749 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 39 | 73 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.34 |
| HSL | 344.19º | 0.62% | 0.41% | - |
| HSV(B) | 344.19º | 0.77% | 0.66% | - |
| XYZ | 18.08 | 10.26 | 7.33 | - |
| YUV | 81.45 | 123.24 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 73 | 0 | 0.77 | 0.57 | 0.34 | 344.19 | 0.62 | 0.41 |
| Hex | A8 | 27 | 49 | 0 | 4D | 39 | 22 | 158 | 3E | 29 |
| Octal | 250 | 47 | 111 | 0 | 115 | 71 | 42 | 530 | 76 | 51 |
| Binary | 10101000 | 100111 | 1001001 | 0 | 1001101 | 111001 | 100010 | 101011000 | 111110 | 101001 |
Color Harmonies of #A82749
Complementary color
Monochromatic Colors of #A82749
Black with #A82749
Text Example
Text Example
White with #A82749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82749; }
p { color: rgb(168,39,73); }
H1.HeaderClassName
{
color: #A82749;
}
.AnyTagClassName
{
color: #A82749;
}
</style>
background-color css
<style>
a { background-color: #A82749; }
a { background-color: rgb(168,39,73); }
div.DivClassName
{
background-color: #A82749;
}
.BgClassName
{
background-color: #A82749;
}
</style>
border-color css
<style>
span { border-color: #A82749; }
span { border-color: rgb(168,39,73); }
td.TdClassName
{
border-color: #A82749;
}
.TagClassName
{
border-color: #A82749;
}
</style>