#A11C4E

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

Shades of Lipstick #A11C4E

Tints of Lipstick #A11C4E

Color information

#A11C4E (or 0xA11C4E) is unknown color: approx Lipstick. HEX triplet: A1, 1C and 4E. RGB value is (161,28,78). Sum of RGB (Red+Green+Blue) = 161+28+78=267 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.30% from 267); Green value is 28 (11.33% from 255 or 10.49% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 161 - color contains mainly: red. Hex color #A11C4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11C4E is #5EE3B1. Grayscale: #494949. Windows color (decimal): -6218674 or 5119137. OLE color: 5119137.

HSL color Cylindrical-coordinate representation of color #A11C4E: hue angle of 337.44º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A11C4E is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB1612878-
CMYK00.830.520.37
HSL337.44º70.37%37.06%-
HSV(B)337.44º82.61%63.14%-
XYZ16.498.968.07-
YUV73.47130.56190.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.30%
GREEN value IS 28 (11.33% from 255) = 10.49%
BLUE value IS 78 (30.86% from 255) = 29.21%
R=60.30%
G=10.49%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161287800.830.520.37337.4470.3737.06
HexA11C4E05334251514625
Octal241341160123644552110645
Binary10100001111001001110010100111101001001011010100011000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11C4E; }

 p { color: rgb(161,28,78); }

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

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

 a { background-color: rgb(161,28,78); }

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

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

 span { border-color: rgb(161,28,78); }

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