Shades of Lipstick #A7184B
Tints of Lipstick #A7184B
RGB
CMYK
RGB Variations
Color information
#A7184B (or 0xA7184B) is known color: Lipstick. HEX triplet: A7, 18 and 4B. RGB value is (167,24,75). Sum of RGB (Red+Green+Blue) = 167+24+75=266 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.78% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 167 - color contains mainly: red. Hex color #A7184B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7184B is #58E7B4. Grayscale: #484848. Windows color (decimal): -5826485 or 4921511. OLE color: 4921511.
HSL color Cylindrical-coordinate representation of color #A7184B: hue angle of 338.6º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A7184B is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 24 | 75 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.35 |
| HSL | 338.6º | 0.75% | 0.37% | - |
| HSV(B) | 338.6º | 0.86% | 0.65% | - |
| XYZ | 17.53 | 9.38 | 7.54 | - |
| YUV | 72.57 | 129.38 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 24 | 75 | 0 | 0.86 | 0.55 | 0.35 | 338.6 | 0.75 | 0.37 |
| Hex | A7 | 18 | 4B | 0 | 56 | 37 | 23 | 153 | 4B | 25 |
| Octal | 247 | 30 | 113 | 0 | 126 | 67 | 43 | 523 | 113 | 45 |
| Binary | 10100111 | 11000 | 1001011 | 0 | 1010110 | 110111 | 100011 | 101010011 | 1001011 | 100101 |
Color Harmonies of #A7184B
Complementary color
Monochromatic Colors of #A7184B
Black with #A7184B
Text Example
Text Example
White with #A7184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7184B; }
p { color: rgb(167,24,75); }
H1.HeaderClassName
{
color: #A7184B;
}
.AnyTagClassName
{
color: #A7184B;
}
</style>
background-color css
<style>
a { background-color: #A7184B; }
a { background-color: rgb(167,24,75); }
div.DivClassName
{
background-color: #A7184B;
}
.BgClassName
{
background-color: #A7184B;
}
</style>
border-color css
<style>
span { border-color: #A7184B; }
span { border-color: rgb(167,24,75); }
td.TdClassName
{
border-color: #A7184B;
}
.TagClassName
{
border-color: #A7184B;
}
</style>