Shades of Lipstick #A82449
Tints of Lipstick #A82449
RGB
CMYK
RGB Variations
Color information
#A82449 (or 0xA82449) is known color: Lipstick. HEX triplet: A8, 24 and 49. RGB value is (168,36,73). Sum of RGB (Red+Green+Blue) = 168+36+73=277 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.65% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 168 - color contains mainly: red. Hex color #A82449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82449 is #57DBB6. Grayscale: #4F4F4F. Windows color (decimal): -5757879 or 4793512. OLE color: 4793512.
HSL color Cylindrical-coordinate representation of color #A82449: hue angle of 343.18º 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 #A82449 is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 36 | 73 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.34 |
| HSL | 343.18º | 0.65% | 0.4% | - |
| HSV(B) | 343.18º | 0.79% | 0.66% | - |
| XYZ | 17.98 | 10.07 | 7.3 | - |
| YUV | 79.69 | 124.23 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 73 | 0 | 0.79 | 0.57 | 0.34 | 343.18 | 0.65 | 0.4 |
| Hex | A8 | 24 | 49 | 0 | 4F | 39 | 22 | 157 | 41 | 28 |
| Octal | 250 | 44 | 111 | 0 | 117 | 71 | 42 | 527 | 101 | 50 |
| Binary | 10101000 | 100100 | 1001001 | 0 | 1001111 | 111001 | 100010 | 101010111 | 1000001 | 101000 |
Color Harmonies of #A82449
Complementary color
Monochromatic Colors of #A82449
Black with #A82449
Text Example
Text Example
White with #A82449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82449; }
p { color: rgb(168,36,73); }
H1.HeaderClassName
{
color: #A82449;
}
.AnyTagClassName
{
color: #A82449;
}
</style>
background-color css
<style>
a { background-color: #A82449; }
a { background-color: rgb(168,36,73); }
div.DivClassName
{
background-color: #A82449;
}
.BgClassName
{
background-color: #A82449;
}
</style>
border-color css
<style>
span { border-color: #A82449; }
span { border-color: rgb(168,36,73); }
td.TdClassName
{
border-color: #A82449;
}
.TagClassName
{
border-color: #A82449;
}
</style>