Html Css Color HEX #AB2251 Lipstick

📋 copy color: '#AB2251'

red 171 ◦ green 34 ◦ blue 81

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

Shades of Lipstick #AB2251

Tints of Lipstick #AB2251

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.89%

 BLUE value IS 81 (32.03% from 255) = 28.32%

R = 59.79%
G = 11.89%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AB2251 (or 0xAB2251) is known color: Lipstick. HEX triplet: AB, 22 and 51. RGB value is (171,34,81). Sum of RGB (Red+Green+Blue) = 171+34+81=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 81 (32.03% from 255 or 28.32% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2251 is #54DDAE. Grayscale: #505050. Windows color (decimal): -5561775 or 5317291. OLE color: 5317291.

HSL color Cylindrical-coordinate representation of color #AB2251: hue angle of 339.42º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB2251 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 34 81 -
CMYK 0 0.80 0.53 0.33
HSL 339.42º 0.67% 0.4% -
HSV(B) 339.42º 0.8% 0.67% -
XYZ 18.85 10.4 8.8 -
YUV 80.32 128.39 192.68 -
System Red Green Blue C M Y K H S L
Decimal 171 34 81 0 0.80 0.53 0.33 339.42 0.67 0.4
Hex AB 22 51 0 50 35 21 153 43 28
Octal 253 42 121 0 120 65 41 523 103 50
Binary 10101011 100010 1010001 0 1010000 110101 100001 101010011 1000011 101000

Color Harmonies of #AB2251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2251

Black with #AB2251

Text Example


Text Example

White with #AB2251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2251; }

 p { color: rgb(171,34,81); }

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

background-color css

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

 a { background-color: rgb(171,34,81); }

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

border-color css

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

 span { border-color: rgb(171,34,81); }

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