Html Css Color HEX #AB1F4F Lipstick

📋 copy color: '#AB1F4F'

red 171 ◦ green 31 ◦ blue 79

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

Shades of Lipstick #AB1F4F

Tints of Lipstick #AB1F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.11%

R = 60.85%
G = 11.03%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB1F4F (or 0xAB1F4F) is known color: Lipstick. HEX triplet: AB, 1F and 4F. RGB value is (171,31,79). Sum of RGB (Red+Green+Blue) = 171+31+79=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 31 (12.5% from 255 or 11.03% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1F4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1F4F is #54E0B0. Grayscale: #4E4E4E. Windows color (decimal): -5562545 or 5185451. OLE color: 5185451.

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

Color convert

RGB 171 31 79 -
CMYK 0 0.82 0.54 0.33
HSL 339.43º 0.69% 0.4% -
HSV(B) 339.43º 0.82% 0.67% -
XYZ 18.7 10.2 8.38 -
YUV 78.33 128.38 194.1 -
System Red Green Blue C M Y K H S L
Decimal 171 31 79 0 0.82 0.54 0.33 339.43 0.69 0.4
Hex AB 1F 4F 0 52 36 21 153 45 28
Octal 253 37 117 0 122 66 41 523 105 50
Binary 10101011 11111 1001111 0 1010010 110110 100001 101010011 1000101 101000

Color Harmonies of #AB1F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1F4F

Black with #AB1F4F

Text Example


Text Example

White with #AB1F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1F4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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