Shades of Lipstick #A61C44
Tints of Lipstick #A61C44
RGB
CMYK
RGB Variations
Color information
#A61C44 (or 0xA61C44) is known color: Lipstick. HEX triplet: A6, 1C and 44. RGB value is (166,28,68). Sum of RGB (Red+Green+Blue) = 166+28+68=262 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.36% from 262); Green value is 28 (11.33% from 255 or 10.69% from 262); Blue value is 68 (26.95% from 255 or 25.95% from 262); Max value from RGB is 166 - color contains mainly: red. Hex color #A61C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61C44 is #59E3BB. Grayscale: #494949. Windows color (decimal): -5891004 or 4463782. OLE color: 4463782.
HSL color Cylindrical-coordinate representation of color #A61C44: hue angle of 342.61º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A61C44 is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 28 | 68 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.35 |
| HSL | 342.61º | 0.71% | 0.38% | - |
| HSV(B) | 342.61º | 0.83% | 0.65% | - |
| XYZ | 17.18 | 9.35 | 6.37 | - |
| YUV | 73.82 | 124.72 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 28 | 68 | 0 | 0.83 | 0.59 | 0.35 | 342.61 | 0.71 | 0.38 |
| Hex | A6 | 1C | 44 | 0 | 53 | 3B | 23 | 157 | 47 | 26 |
| Octal | 246 | 34 | 104 | 0 | 123 | 73 | 43 | 527 | 107 | 46 |
| Binary | 10100110 | 11100 | 1000100 | 0 | 1010011 | 111011 | 100011 | 101010111 | 1000111 | 100110 |
Color Harmonies of #A61C44
Complementary color
Monochromatic Colors of #A61C44
Black with #A61C44
Text Example
Text Example
White with #A61C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61C44; }
p { color: rgb(166,28,68); }
H1.HeaderClassName
{
color: #A61C44;
}
.AnyTagClassName
{
color: #A61C44;
}
</style>
background-color css
<style>
a { background-color: #A61C44; }
a { background-color: rgb(166,28,68); }
div.DivClassName
{
background-color: #A61C44;
}
.BgClassName
{
background-color: #A61C44;
}
</style>
border-color css
<style>
span { border-color: #A61C44; }
span { border-color: rgb(166,28,68); }
td.TdClassName
{
border-color: #A61C44;
}
.TagClassName
{
border-color: #A61C44;
}
</style>