Shades of Lipstick #A5244A
Tints of Lipstick #A5244A
RGB
CMYK
RGB Variations
Color information
#A5244A (or 0xA5244A) is known color: Lipstick. HEX triplet: A5, 24 and 4A. RGB value is (165,36,74). Sum of RGB (Red+Green+Blue) = 165+36+74=275 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 165 - color contains mainly: red. Hex color #A5244A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5244A is #5ADBB5. Grayscale: #4E4E4E. Windows color (decimal): -5954486 or 4859045. OLE color: 4859045.
HSL color Cylindrical-coordinate representation of color #A5244A: hue angle of 342.33º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A5244A is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 36 | 74 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.35 |
| HSL | 342.33º | 0.64% | 0.39% | - |
| HSV(B) | 342.33º | 0.78% | 0.65% | - |
| XYZ | 17.38 | 9.76 | 7.45 | - |
| YUV | 78.9 | 125.24 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 36 | 74 | 0 | 0.78 | 0.55 | 0.35 | 342.33 | 0.64 | 0.39 |
| Hex | A5 | 24 | 4A | 0 | 4E | 37 | 23 | 156 | 40 | 27 |
| Octal | 245 | 44 | 112 | 0 | 116 | 67 | 43 | 526 | 100 | 47 |
| Binary | 10100101 | 100100 | 1001010 | 0 | 1001110 | 110111 | 100011 | 101010110 | 1000000 | 100111 |
Color Harmonies of #A5244A
Complementary color
Monochromatic Colors of #A5244A
Black with #A5244A
Text Example
Text Example
White with #A5244A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5244A; }
p { color: rgb(165,36,74); }
H1.HeaderClassName
{
color: #A5244A;
}
.AnyTagClassName
{
color: #A5244A;
}
</style>
background-color css
<style>
a { background-color: #A5244A; }
a { background-color: rgb(165,36,74); }
div.DivClassName
{
background-color: #A5244A;
}
.BgClassName
{
background-color: #A5244A;
}
</style>
border-color css
<style>
span { border-color: #A5244A; }
span { border-color: rgb(165,36,74); }
td.TdClassName
{
border-color: #A5244A;
}
.TagClassName
{
border-color: #A5244A;
}
</style>