#AB2953

Color #AB2953 Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #AB2953

Tints of Lipstick #AB2953

Color information

#AB2953 (or 0xAB2953) is unknown color: approx Lipstick. HEX triplet: AB, 29 and 53. RGB value is (171,41,83). Sum of RGB (Red+Green+Blue) = 171+41+83=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2953 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2953 is #54D6AC. Grayscale: #545454. Windows color (decimal): -5559981 or 5450155. OLE color: 5450155.

HSL color Cylindrical-coordinate representation of color #AB2953: hue angle of 340.62º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB2953 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB1714183-
CMYK00.760.510.33
HSL340.62º61.32%41.57%-
HSV(B)340.62º76.02%67.06%-
XYZ19.1510.879.27-
YUV84.66127.07189.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 57.97%
GREEN value IS 41 (16.41% from 255) = 13.90%
BLUE value IS 83 (32.81% from 255) = 28.14%
R=57.97%
G=13.90%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171418300.760.510.33340.6261.3241.57
HexAB295304C33211553d2a
Octal25351123011463415257552
Binary10101011101001101001101001100110011100001101010101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2953; }

 p { color: rgb(171,41,83); }

 H1.HeaderClassName
 {
   color: #AB2953;
 }
 .AnyTagClassName
 {
   color: #AB2953;
 }
</style>
background-color css

<style>
 a { background-color: #AB2953; }

 a { background-color: rgb(171,41,83); }

 div.DivClassName
 {
   background-color: #AB2953;
 }
 .BgClassName
 {
   background-color: #AB2953;
 }
</style>
border-color css

<style>
 span { border-color: #AB2953; }

 span { border-color: rgb(171,41,83); }

 td.TdClassName
 {
   border-color: #AB2953;
 }
 .TagClassName
 {
   border-color: #AB2953;
 }
</style>