Html Css Color HEX #AB1F54 Lipstick

📋 copy color: '#AB1F54'

red 171 ◦ green 31 ◦ blue 84

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

Shades of Lipstick #AB1F54

Tints of Lipstick #AB1F54

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.84%

 BLUE value IS 84 (33.2% from 255) = 29.37%

R = 59.79%
G = 10.84%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AB1F54 (or 0xAB1F54) is known color: Lipstick. HEX triplet: AB, 1F and 54. RGB value is (171,31,84). Sum of RGB (Red+Green+Blue) = 171+31+84=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 84 (33.20% from 255 or 29.37% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1F54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1F54 is #54E0AB. Grayscale: #4E4E4E. Windows color (decimal): -5562540 or 5513131. OLE color: 5513131.

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

Color convert

RGB 171 31 84 -
CMYK 0 0.82 0.51 0.33
HSL 337.29º 0.69% 0.4% -
HSV(B) 337.29º 0.82% 0.67% -
XYZ 18.88 10.28 9.38 -
YUV 78.9 130.88 193.69 -
System Red Green Blue C M Y K H S L
Decimal 171 31 84 0 0.82 0.51 0.33 337.29 0.69 0.4
Hex AB 1F 54 0 52 33 21 151 45 28
Octal 253 37 124 0 122 63 41 521 105 50
Binary 10101011 11111 1010100 0 1010010 110011 100001 101010001 1000101 101000

Color Harmonies of #AB1F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1F54

Black with #AB1F54

Text Example


Text Example

White with #AB1F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1F54; }

 p { color: rgb(171,31,84); }

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

background-color css

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

 a { background-color: rgb(171,31,84); }

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

border-color css

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

 span { border-color: rgb(171,31,84); }

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