Html Css Color HEX #AC1B4D Lipstick

📋 copy color: '#AC1B4D'

red 172 ◦ green 27 ◦ blue 77

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

Shades of Lipstick #AC1B4D

Tints of Lipstick #AC1B4D

RGB

 RED value IS 172 (67.58% from 255) = 62.32%

 GREEN value IS 27 (10.94% from 255) = 9.78%

 BLUE value IS 77 (30.47% from 255) = 27.9%

R = 62.32%
G = 9.78%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC1B4D (or 0xAC1B4D) is known color: Lipstick. HEX triplet: AC, 1B and 4D. RGB value is (172,27,77). Sum of RGB (Red+Green+Blue) = 172+27+77=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 27 (10.94% from 255 or 9.78% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1B4D is #53E4B2. Grayscale: #4C4C4C. Windows color (decimal): -5498035 or 5053356. OLE color: 5053356.

HSL color Cylindrical-coordinate representation of color #AC1B4D: hue angle of 339.31º degrees, saturation: 0.73, 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 #AC1B4D is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 27 77 -
CMYK 0 0.84 0.55 0.33
HSL 339.31º 0.73% 0.39% -
HSV(B) 339.31º 0.84% 0.67% -
XYZ 18.74 10.09 7.98 -
YUV 76.06 128.54 196.43 -
System Red Green Blue C M Y K H S L
Decimal 172 27 77 0 0.84 0.55 0.33 339.31 0.73 0.39
Hex AC 1B 4D 0 54 37 21 153 49 27
Octal 254 33 115 0 124 67 41 523 111 47
Binary 10101100 11011 1001101 0 1010100 110111 100001 101010011 1001001 100111

Color Harmonies of #AC1B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1B4D

Black with #AC1B4D

Text Example


Text Example

White with #AC1B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1B4D; }

 p { color: rgb(172,27,77); }

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

background-color css

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

 a { background-color: rgb(172,27,77); }

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

border-color css

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

 span { border-color: rgb(172,27,77); }

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