Shades of Lipstick #A3224F
Tints of Lipstick #A3224F
RGB
CMYK
RGB Variations
Color information
#A3224F (or 0xA3224F) is known color: Lipstick. HEX triplet: A3, 22 and 4F. RGB value is (163,34,79). Sum of RGB (Red+Green+Blue) = 163+34+79=276 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.06% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 79 (31.25% from 255 or 28.62% from 276); Max value from RGB is 163 - color contains mainly: red. Hex color #A3224F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3224F is #5CDDB0. Grayscale: #4D4D4D. Windows color (decimal): -6086065 or 5186211. OLE color: 5186211.
HSL color Cylindrical-coordinate representation of color #A3224F: hue angle of 339.07º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A3224F is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 34 | 79 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.36 |
| HSL | 339.07º | 0.65% | 0.39% | - |
| HSV(B) | 339.07º | 0.79% | 0.64% | - |
| XYZ | 17.09 | 9.5 | 8.33 | - |
| YUV | 77.7 | 128.74 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 34 | 79 | 0 | 0.79 | 0.52 | 0.36 | 339.07 | 0.65 | 0.39 |
| Hex | A3 | 22 | 4F | 0 | 4F | 34 | 24 | 153 | 41 | 27 |
| Octal | 243 | 42 | 117 | 0 | 117 | 64 | 44 | 523 | 101 | 47 |
| Binary | 10100011 | 100010 | 1001111 | 0 | 1001111 | 110100 | 100100 | 101010011 | 1000001 | 100111 |
Color Harmonies of #A3224F
Complementary color
Monochromatic Colors of #A3224F
Black with #A3224F
Text Example
Text Example
White with #A3224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3224F; }
p { color: rgb(163,34,79); }
H1.HeaderClassName
{
color: #A3224F;
}
.AnyTagClassName
{
color: #A3224F;
}
</style>
background-color css
<style>
a { background-color: #A3224F; }
a { background-color: rgb(163,34,79); }
div.DivClassName
{
background-color: #A3224F;
}
.BgClassName
{
background-color: #A3224F;
}
</style>
border-color css
<style>
span { border-color: #A3224F; }
span { border-color: rgb(163,34,79); }
td.TdClassName
{
border-color: #A3224F;
}
.TagClassName
{
border-color: #A3224F;
}
</style>