Html Css Color HEX #AB2851 Lipstick

📋 copy color: '#AB2851'

red 171 ◦ green 40 ◦ blue 81

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

Shades of Lipstick #AB2851

Tints of Lipstick #AB2851

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.7%

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

R = 58.56%
G = 13.7%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AB2851 (or 0xAB2851) is known color: Lipstick. HEX triplet: AB, 28 and 51. RGB value is (171,40,81). Sum of RGB (Red+Green+Blue) = 171+40+81=292 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.56% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2851 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2851 is #54D7AE. Grayscale: #535353. Windows color (decimal): -5560239 or 5318827. OLE color: 5318827.

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

Color convert

RGB 171 40 81 -
CMYK 0 0.77 0.53 0.33
HSL 341.22º 0.62% 0.41% -
HSV(B) 341.22º 0.77% 0.67% -
XYZ 19.04 10.77 8.86 -
YUV 83.84 126.4 190.17 -
System Red Green Blue C M Y K H S L
Decimal 171 40 81 0 0.77 0.53 0.33 341.22 0.62 0.41
Hex AB 28 51 0 4D 35 21 155 3E 29
Octal 253 50 121 0 115 65 41 525 76 51
Binary 10101011 101000 1010001 0 1001101 110101 100001 101010101 111110 101001

Color Harmonies of #AB2851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2851

Black with #AB2851

Text Example


Text Example

White with #AB2851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2851; }

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

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

background-color css

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

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

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

border-color css

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

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

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