Shades of Lipstick #A81947
Tints of Lipstick #A81947
RGB
CMYK
RGB Variations
Color information
#A81947 (or 0xA81947) is known color: Lipstick. HEX triplet: A8, 19 and 47. RGB value is (168,25,71). Sum of RGB (Red+Green+Blue) = 168+25+71=264 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.64% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 71 (28.12% from 255 or 26.89% from 264); Max value from RGB is 168 - color contains mainly: red. Hex color #A81947 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81947 is #57E6B8. Grayscale: #484848. Windows color (decimal): -5760697 or 4659624. OLE color: 4659624.
HSL color Cylindrical-coordinate representation of color #A81947: hue angle of 340.7º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81947 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 25 | 71 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.34 |
| HSL | 340.7º | 0.74% | 0.38% | - |
| HSV(B) | 340.7º | 0.85% | 0.66% | - |
| XYZ | 17.63 | 9.48 | 6.86 | - |
| YUV | 73 | 126.88 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 71 | 0 | 0.85 | 0.58 | 0.34 | 340.7 | 0.74 | 0.38 |
| Hex | A8 | 19 | 47 | 0 | 55 | 3A | 22 | 155 | 4A | 26 |
| Octal | 250 | 31 | 107 | 0 | 125 | 72 | 42 | 525 | 112 | 46 |
| Binary | 10101000 | 11001 | 1000111 | 0 | 1010101 | 111010 | 100010 | 101010101 | 1001010 | 100110 |
Color Harmonies of #A81947
Complementary color
Monochromatic Colors of #A81947
Black with #A81947
Text Example
Text Example
White with #A81947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81947; }
p { color: rgb(168,25,71); }
H1.HeaderClassName
{
color: #A81947;
}
.AnyTagClassName
{
color: #A81947;
}
</style>
background-color css
<style>
a { background-color: #A81947; }
a { background-color: rgb(168,25,71); }
div.DivClassName
{
background-color: #A81947;
}
.BgClassName
{
background-color: #A81947;
}
</style>
border-color css
<style>
span { border-color: #A81947; }
span { border-color: rgb(168,25,71); }
td.TdClassName
{
border-color: #A81947;
}
.TagClassName
{
border-color: #A81947;
}
</style>