Shades of Lipstick #A82847
Tints of Lipstick #A82847
RGB
CMYK
RGB Variations
Color information
#A82847 (or 0xA82847) is known color: Lipstick. HEX triplet: A8, 28 and 47. RGB value is (168,40,71). Sum of RGB (Red+Green+Blue) = 168+40+71=279 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.22% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 168 - color contains mainly: red. Hex color #A82847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82847 is #57D7B8. Grayscale: #515151. Windows color (decimal): -5756857 or 4663464. OLE color: 4663464.
HSL color Cylindrical-coordinate representation of color #A82847: hue angle of 345.47º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A82847 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 40 | 71 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.34 |
| HSL | 345.47º | 0.62% | 0.41% | - |
| HSV(B) | 345.47º | 0.76% | 0.66% | - |
| XYZ | 18.04 | 10.3 | 7 | - |
| YUV | 81.81 | 121.91 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 71 | 0 | 0.76 | 0.58 | 0.34 | 345.47 | 0.62 | 0.41 |
| Hex | A8 | 28 | 47 | 0 | 4C | 3A | 22 | 159 | 3E | 29 |
| Octal | 250 | 50 | 107 | 0 | 114 | 72 | 42 | 531 | 76 | 51 |
| Binary | 10101000 | 101000 | 1000111 | 0 | 1001100 | 111010 | 100010 | 101011001 | 111110 | 101001 |
Color Harmonies of #A82847
Complementary color
Monochromatic Colors of #A82847
Black with #A82847
Text Example
Text Example
White with #A82847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82847; }
p { color: rgb(168,40,71); }
H1.HeaderClassName
{
color: #A82847;
}
.AnyTagClassName
{
color: #A82847;
}
</style>
background-color css
<style>
a { background-color: #A82847; }
a { background-color: rgb(168,40,71); }
div.DivClassName
{
background-color: #A82847;
}
.BgClassName
{
background-color: #A82847;
}
</style>
border-color css
<style>
span { border-color: #A82847; }
span { border-color: rgb(168,40,71); }
td.TdClassName
{
border-color: #A82847;
}
.TagClassName
{
border-color: #A82847;
}
</style>