Shades of Lipstick #A72649
Tints of Lipstick #A72649
RGB
CMYK
RGB Variations
Color information
#A72649 (or 0xA72649) is known color: Lipstick. HEX triplet: A7, 26 and 49. RGB value is (167,38,73). Sum of RGB (Red+Green+Blue) = 167+38+73=278 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.07% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 167 - color contains mainly: red. Hex color #A72649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72649 is #58D9B6. Grayscale: #505050. Windows color (decimal): -5822903 or 4794023. OLE color: 4794023.
HSL color Cylindrical-coordinate representation of color #A72649: hue angle of 343.72º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A72649 is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 38 | 73 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.35 |
| HSL | 343.72º | 0.63% | 0.4% | - |
| HSV(B) | 343.72º | 0.77% | 0.65% | - |
| XYZ | 17.83 | 10.08 | 7.31 | - |
| YUV | 80.56 | 123.74 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 38 | 73 | 0 | 0.77 | 0.56 | 0.35 | 343.72 | 0.63 | 0.4 |
| Hex | A7 | 26 | 49 | 0 | 4D | 38 | 23 | 158 | 3F | 28 |
| Octal | 247 | 46 | 111 | 0 | 115 | 70 | 43 | 530 | 77 | 50 |
| Binary | 10100111 | 100110 | 1001001 | 0 | 1001101 | 111000 | 100011 | 101011000 | 111111 | 101000 |
Color Harmonies of #A72649
Complementary color
Monochromatic Colors of #A72649
Black with #A72649
Text Example
Text Example
White with #A72649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72649; }
p { color: rgb(167,38,73); }
H1.HeaderClassName
{
color: #A72649;
}
.AnyTagClassName
{
color: #A72649;
}
</style>
background-color css
<style>
a { background-color: #A72649; }
a { background-color: rgb(167,38,73); }
div.DivClassName
{
background-color: #A72649;
}
.BgClassName
{
background-color: #A72649;
}
</style>
border-color css
<style>
span { border-color: #A72649; }
span { border-color: rgb(167,38,73); }
td.TdClassName
{
border-color: #A72649;
}
.TagClassName
{
border-color: #A72649;
}
</style>