Shades of Lipstick #A6244D
Tints of Lipstick #A6244D
RGB
CMYK
RGB Variations
Color information
#A6244D (or 0xA6244D) is known color: Lipstick. HEX triplet: A6, 24 and 4D. RGB value is (166,36,77). Sum of RGB (Red+Green+Blue) = 166+36+77=279 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.50% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 166 - color contains mainly: red. Hex color #A6244D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6244D is #59DBB2. Grayscale: #4F4F4F. Windows color (decimal): -5888947 or 5055654. OLE color: 5055654.
HSL color Cylindrical-coordinate representation of color #A6244D: hue angle of 341.08º 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 #A6244D is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 36 | 77 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.35 |
| HSL | 341.08º | 0.64% | 0.4% | - |
| HSV(B) | 341.08º | 0.78% | 0.65% | - |
| XYZ | 17.7 | 9.9 | 8 | - |
| YUV | 79.54 | 126.57 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 36 | 77 | 0 | 0.78 | 0.54 | 0.35 | 341.08 | 0.64 | 0.4 |
| Hex | A6 | 24 | 4D | 0 | 4E | 36 | 23 | 155 | 40 | 28 |
| Octal | 246 | 44 | 115 | 0 | 116 | 66 | 43 | 525 | 100 | 50 |
| Binary | 10100110 | 100100 | 1001101 | 0 | 1001110 | 110110 | 100011 | 101010101 | 1000000 | 101000 |
Color Harmonies of #A6244D
Complementary color
Monochromatic Colors of #A6244D
Black with #A6244D
Text Example
Text Example
White with #A6244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6244D; }
p { color: rgb(166,36,77); }
H1.HeaderClassName
{
color: #A6244D;
}
.AnyTagClassName
{
color: #A6244D;
}
</style>
background-color css
<style>
a { background-color: #A6244D; }
a { background-color: rgb(166,36,77); }
div.DivClassName
{
background-color: #A6244D;
}
.BgClassName
{
background-color: #A6244D;
}
</style>
border-color css
<style>
span { border-color: #A6244D; }
span { border-color: rgb(166,36,77); }
td.TdClassName
{
border-color: #A6244D;
}
.TagClassName
{
border-color: #A6244D;
}
</style>