Html Css Color HEX #AB1C4A Lipstick

📋 copy color: '#AB1C4A'

red 171 ◦ green 28 ◦ blue 74

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

Shades of Lipstick #AB1C4A

Tints of Lipstick #AB1C4A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.26%

 BLUE value IS 74 (29.3% from 255) = 27.11%

R = 62.64%
G = 10.26%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB1C4A (or 0xAB1C4A) is known color: Lipstick. HEX triplet: AB, 1C and 4A. RGB value is (171,28,74). Sum of RGB (Red+Green+Blue) = 171+28+74=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1C4A is #54E3B5. Grayscale: #4B4B4B. Windows color (decimal): -5563318 or 4857003. OLE color: 4857003.

HSL color Cylindrical-coordinate representation of color #AB1C4A: hue angle of 340.7º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1C4A is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 28 74 -
CMYK 0 0.84 0.57 0.33
HSL 340.7º 0.72% 0.39% -
HSV(B) 340.7º 0.84% 0.67% -
XYZ 18.45 9.98 7.43 -
YUV 76 126.88 195.76 -
System Red Green Blue C M Y K H S L
Decimal 171 28 74 0 0.84 0.57 0.33 340.7 0.72 0.39
Hex AB 1C 4A 0 54 39 21 155 48 27
Octal 253 34 112 0 124 71 41 525 110 47
Binary 10101011 11100 1001010 0 1010100 111001 100001 101010101 1001000 100111

Color Harmonies of #AB1C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1C4A

Black with #AB1C4A

Text Example


Text Example

White with #AB1C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1C4A; }

 p { color: rgb(171,28,74); }

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

background-color css

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

 a { background-color: rgb(171,28,74); }

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

border-color css

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

 span { border-color: rgb(171,28,74); }

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