Shades of Lipstick #A61443
Tints of Lipstick #A61443
RGB
CMYK
RGB Variations
Color information
#A61443 (or 0xA61443) is known color: Lipstick. HEX triplet: A6, 14 and 43. RGB value is (166,20,67). Sum of RGB (Red+Green+Blue) = 166+20+67=253 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.61% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 67 (26.56% from 255 or 26.48% from 253); Max value from RGB is 166 - color contains mainly: red. Hex color #A61443 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61443 is #59EBBC. Grayscale: #444444. Windows color (decimal): -5893053 or 4396198. OLE color: 4396198.
HSL color Cylindrical-coordinate representation of color #A61443: hue angle of 340.68º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A61443 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 20 | 67 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.35 |
| HSL | 340.68º | 0.78% | 0.36% | - |
| HSV(B) | 340.68º | 0.88% | 0.65% | - |
| XYZ | 16.99 | 9.01 | 6.15 | - |
| YUV | 69.01 | 126.87 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 20 | 67 | 0 | 0.88 | 0.60 | 0.35 | 340.68 | 0.78 | 0.36 |
| Hex | A6 | 14 | 43 | 0 | 58 | 3C | 23 | 155 | 4E | 24 |
| Octal | 246 | 24 | 103 | 0 | 130 | 74 | 43 | 525 | 116 | 44 |
| Binary | 10100110 | 10100 | 1000011 | 0 | 1011000 | 111100 | 100011 | 101010101 | 1001110 | 100100 |
Color Harmonies of #A61443
Complementary color
Monochromatic Colors of #A61443
Black with #A61443
Text Example
Text Example
White with #A61443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61443; }
p { color: rgb(166,20,67); }
H1.HeaderClassName
{
color: #A61443;
}
.AnyTagClassName
{
color: #A61443;
}
</style>
background-color css
<style>
a { background-color: #A61443; }
a { background-color: rgb(166,20,67); }
div.DivClassName
{
background-color: #A61443;
}
.BgClassName
{
background-color: #A61443;
}
</style>
border-color css
<style>
span { border-color: #A61443; }
span { border-color: rgb(166,20,67); }
td.TdClassName
{
border-color: #A61443;
}
.TagClassName
{
border-color: #A61443;
}
</style>