Shades of Lipstick #A5234B
Tints of Lipstick #A5234B
RGB
CMYK
RGB Variations
Color information
#A5234B (or 0xA5234B) is known color: Lipstick. HEX triplet: A5, 23 and 4B. RGB value is (165,35,75). Sum of RGB (Red+Green+Blue) = 165+35+75=275 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 165 - color contains mainly: red. Hex color #A5234B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5234B is #5ADCB4. Grayscale: #4E4E4E. Windows color (decimal): -5954741 or 4924325. OLE color: 4924325.
HSL color Cylindrical-coordinate representation of color #A5234B: hue angle of 341.54º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A5234B is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 35 | 75 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.35 |
| HSL | 341.54º | 0.65% | 0.39% | - |
| HSV(B) | 341.54º | 0.79% | 0.65% | - |
| XYZ | 17.39 | 9.71 | 7.61 | - |
| YUV | 78.43 | 126.07 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 35 | 75 | 0 | 0.79 | 0.55 | 0.35 | 341.54 | 0.65 | 0.39 |
| Hex | A5 | 23 | 4B | 0 | 4F | 37 | 23 | 156 | 41 | 27 |
| Octal | 245 | 43 | 113 | 0 | 117 | 67 | 43 | 526 | 101 | 47 |
| Binary | 10100101 | 100011 | 1001011 | 0 | 1001111 | 110111 | 100011 | 101010110 | 1000001 | 100111 |
Color Harmonies of #A5234B
Complementary color
Monochromatic Colors of #A5234B
Black with #A5234B
Text Example
Text Example
White with #A5234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5234B; }
p { color: rgb(165,35,75); }
H1.HeaderClassName
{
color: #A5234B;
}
.AnyTagClassName
{
color: #A5234B;
}
</style>
background-color css
<style>
a { background-color: #A5234B; }
a { background-color: rgb(165,35,75); }
div.DivClassName
{
background-color: #A5234B;
}
.BgClassName
{
background-color: #A5234B;
}
</style>
border-color css
<style>
span { border-color: #A5234B; }
span { border-color: rgb(165,35,75); }
td.TdClassName
{
border-color: #A5234B;
}
.TagClassName
{
border-color: #A5234B;
}
</style>