Shades of Lipstick #A4184B
Tints of Lipstick #A4184B
RGB
CMYK
RGB Variations
Color information
#A4184B (or 0xA4184B) is known color: Lipstick. HEX triplet: A4, 18 and 4B. RGB value is (164,24,75). Sum of RGB (Red+Green+Blue) = 164+24+75=263 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.36% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 164 - color contains mainly: red. Hex color #A4184B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4184B is #5BE7B4. Grayscale: #474747. Windows color (decimal): -6023093 or 4921508. OLE color: 4921508.
HSL color Cylindrical-coordinate representation of color #A4184B: hue angle of 338.14º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A4184B is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 24 | 75 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.36 |
| HSL | 338.14º | 0.74% | 0.37% | - |
| HSV(B) | 338.14º | 0.85% | 0.64% | - |
| XYZ | 16.91 | 9.05 | 7.51 | - |
| YUV | 71.67 | 129.88 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 24 | 75 | 0 | 0.85 | 0.54 | 0.36 | 338.14 | 0.74 | 0.37 |
| Hex | A4 | 18 | 4B | 0 | 55 | 36 | 24 | 152 | 4A | 25 |
| Octal | 244 | 30 | 113 | 0 | 125 | 66 | 44 | 522 | 112 | 45 |
| Binary | 10100100 | 11000 | 1001011 | 0 | 1010101 | 110110 | 100100 | 101010010 | 1001010 | 100101 |
Color Harmonies of #A4184B
Complementary color
Monochromatic Colors of #A4184B
Black with #A4184B
Text Example
Text Example
White with #A4184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4184B; }
p { color: rgb(164,24,75); }
H1.HeaderClassName
{
color: #A4184B;
}
.AnyTagClassName
{
color: #A4184B;
}
</style>
background-color css
<style>
a { background-color: #A4184B; }
a { background-color: rgb(164,24,75); }
div.DivClassName
{
background-color: #A4184B;
}
.BgClassName
{
background-color: #A4184B;
}
</style>
border-color css
<style>
span { border-color: #A4184B; }
span { border-color: rgb(164,24,75); }
td.TdClassName
{
border-color: #A4184B;
}
.TagClassName
{
border-color: #A4184B;
}
</style>