#AC1F4F

Color #AC1F4F Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #AC1F4F

Tints of Lipstick #AC1F4F

Color information

#AC1F4F (or 0xAC1F4F) is unknown color: approx Lipstick. HEX triplet: AC, 1F and 4F. RGB value is (172,31,79). Sum of RGB (Red+Green+Blue) = 172+31+79=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 31 (12.5% from 255 or 10.99% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1F4F is #53E0B0. Grayscale: #4E4E4E. Windows color (decimal): -5497009 or 5185452. OLE color: 5185452.

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

Color convert

RGB1723179-
CMYK00.820.540.33
HSL339.57º69.46%39.8%-
HSV(B)339.57º81.98%67.45%-
XYZ18.9110.328.39-
YUV78.63128.21194.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.99%
GREEN value IS 31 (12.5% from 255) = 10.99%
BLUE value IS 79 (31.25% from 255) = 28.01%
R=60.99%
G=10.99%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172317900.820.540.33339.5769.4639.8
HexAC1F4F05236211544528
Octal254371170122664152410550
Binary10101100111111001111010100101101101000011010101001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1F4F; }

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

 H1.HeaderClassName
 {
   color: #AC1F4F;
 }
 .AnyTagClassName
 {
   color: #AC1F4F;
 }
</style>
background-color css

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

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

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

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

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

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