Shades of Lipstick #A62D53
Tints of Lipstick #A62D53
RGB
CMYK
RGB Variations
Color information
#A62D53 (or 0xA62D53) is known color: Lipstick. HEX triplet: A6, 2D and 53. RGB value is (166,45,83). Sum of RGB (Red+Green+Blue) = 166+45+83=294 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.46% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 166 - color contains mainly: red. Hex color #A62D53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62D53 is #59D2AC. Grayscale: #555555. Windows color (decimal): -5886637 or 5451174. OLE color: 5451174.
HSL color Cylindrical-coordinate representation of color #A62D53: hue angle of 341.16º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A62D53 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 45 | 83 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.35 |
| HSL | 341.16º | 0.57% | 0.41% | - |
| HSV(B) | 341.16º | 0.73% | 0.65% | - |
| XYZ | 18.23 | 10.61 | 9.27 | - |
| YUV | 85.51 | 126.59 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 45 | 83 | 0 | 0.73 | 0.50 | 0.35 | 341.16 | 0.57 | 0.41 |
| Hex | A6 | 2D | 53 | 0 | 49 | 32 | 23 | 155 | 39 | 29 |
| Octal | 246 | 55 | 123 | 0 | 111 | 62 | 43 | 525 | 71 | 51 |
| Binary | 10100110 | 101101 | 1010011 | 0 | 1001001 | 110010 | 100011 | 101010101 | 111001 | 101001 |
Color Harmonies of #A62D53
Complementary color
Monochromatic Colors of #A62D53
Black with #A62D53
Text Example
Text Example
White with #A62D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62D53; }
p { color: rgb(166,45,83); }
H1.HeaderClassName
{
color: #A62D53;
}
.AnyTagClassName
{
color: #A62D53;
}
</style>
background-color css
<style>
a { background-color: #A62D53; }
a { background-color: rgb(166,45,83); }
div.DivClassName
{
background-color: #A62D53;
}
.BgClassName
{
background-color: #A62D53;
}
</style>
border-color css
<style>
span { border-color: #A62D53; }
span { border-color: rgb(166,45,83); }
td.TdClassName
{
border-color: #A62D53;
}
.TagClassName
{
border-color: #A62D53;
}
</style>