Html Css Color HEX #AC1D51 Lipstick

📋 copy color: '#AC1D51'

red 172 ◦ green 29 ◦ blue 81

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

Shades of Lipstick #AC1D51

Tints of Lipstick #AC1D51

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.28%

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

R = 60.99%
G = 10.28%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AC1D51 (or 0xAC1D51) is known color: Lipstick. HEX triplet: AC, 1D and 51. RGB value is (172,29,81). Sum of RGB (Red+Green+Blue) = 172+29+81=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 81 (32.03% from 255 or 28.72% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1D51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1D51 is #53E2AE. Grayscale: #4D4D4D. Windows color (decimal): -5497519 or 5316012. OLE color: 5316012.

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

Color convert

RGB 172 29 81 -
CMYK 0 0.83 0.53 0.33
HSL 338.18º 0.71% 0.39% -
HSV(B) 338.18º 0.83% 0.67% -
XYZ 18.94 10.24 8.76 -
YUV 77.69 129.88 195.27 -
System Red Green Blue C M Y K H S L
Decimal 172 29 81 0 0.83 0.53 0.33 338.18 0.71 0.39
Hex AC 1D 51 0 53 35 21 152 47 27
Octal 254 35 121 0 123 65 41 522 107 47
Binary 10101100 11101 1010001 0 1010011 110101 100001 101010010 1000111 100111

Color Harmonies of #AC1D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1D51

Black with #AC1D51

Text Example


Text Example

White with #AC1D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1D51; }

 p { color: rgb(172,29,81); }

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

background-color css

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

 a { background-color: rgb(172,29,81); }

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

border-color css

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

 span { border-color: rgb(172,29,81); }

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