Shades of Lipstick #A62451
Tints of Lipstick #A62451
RGB
CMYK
RGB Variations
Color information
#A62451 (or 0xA62451) is known color: Lipstick. HEX triplet: A6, 24 and 51. RGB value is (166,36,81). Sum of RGB (Red+Green+Blue) = 166+36+81=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 81 (32.03% from 255 or 28.62% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A62451 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62451 is #59DBAE. Grayscale: #4F4F4F. Windows color (decimal): -5888943 or 5317798. OLE color: 5317798.
HSL color Cylindrical-coordinate representation of color #A62451: hue angle of 339.23º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A62451 is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 36 | 81 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.35 |
| HSL | 339.23º | 0.64% | 0.4% | - |
| HSV(B) | 339.23º | 0.78% | 0.65% | - |
| XYZ | 17.84 | 9.96 | 8.77 | - |
| YUV | 80 | 128.57 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 36 | 81 | 0 | 0.78 | 0.51 | 0.35 | 339.23 | 0.64 | 0.4 |
| Hex | A6 | 24 | 51 | 0 | 4E | 33 | 23 | 153 | 40 | 28 |
| Octal | 246 | 44 | 121 | 0 | 116 | 63 | 43 | 523 | 100 | 50 |
| Binary | 10100110 | 100100 | 1010001 | 0 | 1001110 | 110011 | 100011 | 101010011 | 1000000 | 101000 |
Color Harmonies of #A62451
Complementary color
Monochromatic Colors of #A62451
Black with #A62451
Text Example
Text Example
White with #A62451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62451; }
p { color: rgb(166,36,81); }
H1.HeaderClassName
{
color: #A62451;
}
.AnyTagClassName
{
color: #A62451;
}
</style>
background-color css
<style>
a { background-color: #A62451; }
a { background-color: rgb(166,36,81); }
div.DivClassName
{
background-color: #A62451;
}
.BgClassName
{
background-color: #A62451;
}
</style>
border-color css
<style>
span { border-color: #A62451; }
span { border-color: rgb(166,36,81); }
td.TdClassName
{
border-color: #A62451;
}
.TagClassName
{
border-color: #A62451;
}
</style>