Html Css Color HEX #AB2959 Lipstick

📋 copy color: '#AB2959'

red 171 ◦ green 41 ◦ blue 89

#AB2959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lipstick #AB2959

Tints of Lipstick #AB2959

RGB

 RED value IS 171 (67.19% from 255) = 56.81%

 GREEN value IS 41 (16.41% from 255) = 13.62%

 BLUE value IS 89 (35.16% from 255) = 29.57%

R = 56.81%
G = 13.62%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AB2959 (or 0xAB2959) is known color: Lipstick. HEX triplet: AB, 29 and 59. RGB value is (171,41,89). Sum of RGB (Red+Green+Blue) = 171+41+89=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2959 is #54D6A6. Grayscale: #555555. Windows color (decimal): -5559975 or 5843371. OLE color: 5843371.

HSL color Cylindrical-coordinate representation of color #AB2959: hue angle of 337.85º 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 #AB2959 is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 41 89 -
CMYK 0 0.76 0.48 0.33
HSL 337.85º 0.61% 0.42% -
HSV(B) 337.85º 0.76% 0.67% -
XYZ 19.39 10.97 10.55 -
YUV 85.34 130.07 189.1 -
System Red Green Blue C M Y K H S L
Decimal 171 41 89 0 0.76 0.48 0.33 337.85 0.61 0.42
Hex AB 29 59 0 4C 30 21 152 3D 2A
Octal 253 51 131 0 114 60 41 522 75 52
Binary 10101011 101001 1011001 0 1001100 110000 100001 101010010 111101 101010

Color Harmonies of #AB2959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2959

Black with #AB2959

Text Example


Text Example

White with #AB2959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2959; }

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

 H1.HeaderClassName
 {
   color: #AB2959;
 }
 .AnyTagClassName
 {
   color: #AB2959;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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