#A41C4B

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

Shades of Lipstick #A41C4B

Tints of Lipstick #A41C4B

Color information

#A41C4B (or 0xA41C4B) is unknown color: approx Lipstick. HEX triplet: A4, 1C and 4B. RGB value is (164,28,75). Sum of RGB (Red+Green+Blue) = 164+28+75=267 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.42% from 267); Green value is 28 (11.33% from 255 or 10.49% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41C4B is #5BE3B4. Grayscale: #494949. Windows color (decimal): -6022069 or 4922532. OLE color: 4922532.

HSL color Cylindrical-coordinate representation of color #A41C4B: hue angle of 339.26º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A41C4B is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB1642875-
CMYK00.830.540.36
HSL339.26º70.83%37.65%-
HSV(B)339.26º82.93%64.31%-
XYZ179.237.54-
YUV74.02128.56192.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 61.42%
GREEN value IS 28 (11.33% from 255) = 10.49%
BLUE value IS 75 (29.69% from 255) = 28.09%
R=61.42%
G=10.49%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164287500.830.540.36339.2670.8337.65
HexA41C4B05336241534726
Octal244341130123664452310746
Binary10100100111001001011010100111101101001001010100111000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41C4B; }

 p { color: rgb(164,28,75); }

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

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

 a { background-color: rgb(164,28,75); }

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

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

 span { border-color: rgb(164,28,75); }

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