Shades of Lipstick #A8244D
Tints of Lipstick #A8244D
RGB
CMYK
RGB Variations
Color information
#A8244D (or 0xA8244D) is known color: Lipstick. HEX triplet: A8, 24 and 4D. RGB value is (168,36,77). Sum of RGB (Red+Green+Blue) = 168+36+77=281 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.79% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 168 - color contains mainly: red. Hex color #A8244D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8244D is #57DBB2. Grayscale: #505050. Windows color (decimal): -5757875 or 5055656. OLE color: 5055656.
HSL color Cylindrical-coordinate representation of color #A8244D: hue angle of 341.36º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A8244D is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 36 | 77 | - |
| CMYK | 0 | 0.79 | 0.54 | 0.34 |
| HSL | 341.36º | 0.65% | 0.4% | - |
| HSV(B) | 341.36º | 0.79% | 0.66% | - |
| XYZ | 18.12 | 10.12 | 8.02 | - |
| YUV | 80.14 | 126.23 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 77 | 0 | 0.79 | 0.54 | 0.34 | 341.36 | 0.65 | 0.4 |
| Hex | A8 | 24 | 4D | 0 | 4F | 36 | 22 | 155 | 41 | 28 |
| Octal | 250 | 44 | 115 | 0 | 117 | 66 | 42 | 525 | 101 | 50 |
| Binary | 10101000 | 100100 | 1001101 | 0 | 1001111 | 110110 | 100010 | 101010101 | 1000001 | 101000 |
Color Harmonies of #A8244D
Complementary color
Monochromatic Colors of #A8244D
Black with #A8244D
Text Example
Text Example
White with #A8244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8244D; }
p { color: rgb(168,36,77); }
H1.HeaderClassName
{
color: #A8244D;
}
.AnyTagClassName
{
color: #A8244D;
}
</style>
background-color css
<style>
a { background-color: #A8244D; }
a { background-color: rgb(168,36,77); }
div.DivClassName
{
background-color: #A8244D;
}
.BgClassName
{
background-color: #A8244D;
}
</style>
border-color css
<style>
span { border-color: #A8244D; }
span { border-color: rgb(168,36,77); }
td.TdClassName
{
border-color: #A8244D;
}
.TagClassName
{
border-color: #A8244D;
}
</style>