Shades of Lipstick #A6254D
Tints of Lipstick #A6254D
RGB
CMYK
RGB Variations
Color information
#A6254D (or 0xA6254D) is known color: Lipstick. HEX triplet: A6, 25 and 4D. RGB value is (166,37,77). Sum of RGB (Red+Green+Blue) = 166+37+77=280 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.29% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 166 - color contains mainly: red. Hex color #A6254D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6254D is #59DAB2. Grayscale: #505050. Windows color (decimal): -5888691 or 5055910. OLE color: 5055910.
HSL color Cylindrical-coordinate representation of color #A6254D: hue angle of 341.4º 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 #A6254D is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 37 | 77 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.35 |
| HSL | 341.4º | 0.64% | 0.4% | - |
| HSV(B) | 341.4º | 0.78% | 0.65% | - |
| XYZ | 17.73 | 9.97 | 8.01 | - |
| YUV | 80.13 | 126.24 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 37 | 77 | 0 | 0.78 | 0.54 | 0.35 | 341.4 | 0.64 | 0.4 |
| Hex | A6 | 25 | 4D | 0 | 4E | 36 | 23 | 155 | 40 | 28 |
| Octal | 246 | 45 | 115 | 0 | 116 | 66 | 43 | 525 | 100 | 50 |
| Binary | 10100110 | 100101 | 1001101 | 0 | 1001110 | 110110 | 100011 | 101010101 | 1000000 | 101000 |
Color Harmonies of #A6254D
Complementary color
Monochromatic Colors of #A6254D
Black with #A6254D
Text Example
Text Example
White with #A6254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6254D; }
p { color: rgb(166,37,77); }
H1.HeaderClassName
{
color: #A6254D;
}
.AnyTagClassName
{
color: #A6254D;
}
</style>
background-color css
<style>
a { background-color: #A6254D; }
a { background-color: rgb(166,37,77); }
div.DivClassName
{
background-color: #A6254D;
}
.BgClassName
{
background-color: #A6254D;
}
</style>
border-color css
<style>
span { border-color: #A6254D; }
span { border-color: rgb(166,37,77); }
td.TdClassName
{
border-color: #A6254D;
}
.TagClassName
{
border-color: #A6254D;
}
</style>