Shades of Lipstick #A82848
Tints of Lipstick #A82848
RGB
CMYK
RGB Variations
Color information
#A82848 (or 0xA82848) is known color: Lipstick. HEX triplet: A8, 28 and 48. RGB value is (168,40,72). Sum of RGB (Red+Green+Blue) = 168+40+72=280 (37% of max value = 765). Red value is 168 (66.02% from 255 or 60% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 168 - color contains mainly: red. Hex color #A82848 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82848 is #57D7B7. Grayscale: #515151. Windows color (decimal): -5756856 or 4729000. OLE color: 4729000.
HSL color Cylindrical-coordinate representation of color #A82848: hue angle of 345º 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 #A82848 is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 40 | 72 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.34 |
| HSL | 345º | 0.62% | 0.41% | - |
| HSV(B) | 345º | 0.76% | 0.66% | - |
| XYZ | 18.08 | 10.31 | 7.17 | - |
| YUV | 81.92 | 122.41 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 72 | 0 | 0.76 | 0.57 | 0.34 | 345 | 0.62 | 0.41 |
| Hex | A8 | 28 | 48 | 0 | 4C | 39 | 22 | 159 | 3E | 29 |
| Octal | 250 | 50 | 110 | 0 | 114 | 71 | 42 | 531 | 76 | 51 |
| Binary | 10101000 | 101000 | 1001000 | 0 | 1001100 | 111001 | 100010 | 101011001 | 111110 | 101001 |
Color Harmonies of #A82848
Complementary color
Monochromatic Colors of #A82848
Black with #A82848
Text Example
Text Example
White with #A82848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82848; }
p { color: rgb(168,40,72); }
H1.HeaderClassName
{
color: #A82848;
}
.AnyTagClassName
{
color: #A82848;
}
</style>
background-color css
<style>
a { background-color: #A82848; }
a { background-color: rgb(168,40,72); }
div.DivClassName
{
background-color: #A82848;
}
.BgClassName
{
background-color: #A82848;
}
</style>
border-color css
<style>
span { border-color: #A82848; }
span { border-color: rgb(168,40,72); }
td.TdClassName
{
border-color: #A82848;
}
.TagClassName
{
border-color: #A82848;
}
</style>