Shades of Lipstick #A51B4A
Tints of Lipstick #A51B4A
RGB
CMYK
RGB Variations
Color information
#A51B4A (or 0xA51B4A) is known color: Lipstick. HEX triplet: A5, 1B and 4A. RGB value is (165,27,74). Sum of RGB (Red+Green+Blue) = 165+27+74=266 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.03% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 165 - color contains mainly: red. Hex color #A51B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51B4A is #5AE4B5. Grayscale: #494949. Windows color (decimal): -5956790 or 4856741. OLE color: 4856741.
HSL color Cylindrical-coordinate representation of color #A51B4A: hue angle of 339.57º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A51B4A is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 27 | 74 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.35 |
| HSL | 339.57º | 0.72% | 0.38% | - |
| HSV(B) | 339.57º | 0.84% | 0.65% | - |
| XYZ | 17.15 | 9.28 | 7.37 | - |
| YUV | 73.62 | 128.22 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 27 | 74 | 0 | 0.84 | 0.55 | 0.35 | 339.57 | 0.72 | 0.38 |
| Hex | A5 | 1B | 4A | 0 | 54 | 37 | 23 | 154 | 48 | 26 |
| Octal | 245 | 33 | 112 | 0 | 124 | 67 | 43 | 524 | 110 | 46 |
| Binary | 10100101 | 11011 | 1001010 | 0 | 1010100 | 110111 | 100011 | 101010100 | 1001000 | 100110 |
Color Harmonies of #A51B4A
Complementary color
Monochromatic Colors of #A51B4A
Black with #A51B4A
Text Example
Text Example
White with #A51B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51B4A; }
p { color: rgb(165,27,74); }
H1.HeaderClassName
{
color: #A51B4A;
}
.AnyTagClassName
{
color: #A51B4A;
}
</style>
background-color css
<style>
a { background-color: #A51B4A; }
a { background-color: rgb(165,27,74); }
div.DivClassName
{
background-color: #A51B4A;
}
.BgClassName
{
background-color: #A51B4A;
}
</style>
border-color css
<style>
span { border-color: #A51B4A; }
span { border-color: rgb(165,27,74); }
td.TdClassName
{
border-color: #A51B4A;
}
.TagClassName
{
border-color: #A51B4A;
}
</style>