Shades of Lipstick #A62442
Tints of Lipstick #A62442
RGB
CMYK
RGB Variations
Color information
#A62442 (or 0xA62442) is known color: Lipstick. HEX triplet: A6, 24 and 42. RGB value is (166,36,66). Sum of RGB (Red+Green+Blue) = 166+36+66=268 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.94% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 166 - color contains mainly: red. Hex color #A62442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62442 is #59DBBD. Grayscale: #4E4E4E. Windows color (decimal): -5888958 or 4334758. OLE color: 4334758.
HSL color Cylindrical-coordinate representation of color #A62442: hue angle of 346.15º 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 #A62442 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 36 | 66 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.35 |
| HSL | 346.15º | 0.64% | 0.4% | - |
| HSV(B) | 346.15º | 0.78% | 0.65% | - |
| XYZ | 17.34 | 9.76 | 6.12 | - |
| YUV | 78.29 | 121.07 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 36 | 66 | 0 | 0.78 | 0.60 | 0.35 | 346.15 | 0.64 | 0.4 |
| Hex | A6 | 24 | 42 | 0 | 4E | 3C | 23 | 15A | 40 | 28 |
| Octal | 246 | 44 | 102 | 0 | 116 | 74 | 43 | 532 | 100 | 50 |
| Binary | 10100110 | 100100 | 1000010 | 0 | 1001110 | 111100 | 100011 | 101011010 | 1000000 | 101000 |
Color Harmonies of #A62442
Complementary color
Monochromatic Colors of #A62442
Black with #A62442
Text Example
Text Example
White with #A62442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62442; }
p { color: rgb(166,36,66); }
H1.HeaderClassName
{
color: #A62442;
}
.AnyTagClassName
{
color: #A62442;
}
</style>
background-color css
<style>
a { background-color: #A62442; }
a { background-color: rgb(166,36,66); }
div.DivClassName
{
background-color: #A62442;
}
.BgClassName
{
background-color: #A62442;
}
</style>
border-color css
<style>
span { border-color: #A62442; }
span { border-color: rgb(166,36,66); }
td.TdClassName
{
border-color: #A62442;
}
.TagClassName
{
border-color: #A62442;
}
</style>