#A71F44

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

Shades of Lipstick #A71F44

Tints of Lipstick #A71F44

Color information

#A71F44 (or 0xA71F44) is unknown color: approx Lipstick. HEX triplet: A7, 1F and 44. RGB value is (167,31,68). Sum of RGB (Red+Green+Blue) = 167+31+68=266 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.78% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 68 (26.95% from 255 or 25.56% from 266); Max value from RGB is 167 - color contains mainly: red. Hex color #A71F44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71F44 is #58E0BB. Grayscale: #4B4B4B. Windows color (decimal): -5824700 or 4464551. OLE color: 4464551.

HSL color Cylindrical-coordinate representation of color #A71F44: hue angle of 343.68º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A71F44 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB1673168-
CMYK00.810.590.35
HSL343.68º68.69%38.82%-
HSV(B)343.68º81.44%65.49%-
XYZ17.479.616.4-
YUV75.88123.56192.99-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 62.78%
GREEN value IS 31 (12.5% from 255) = 11.65%
BLUE value IS 68 (26.95% from 255) = 25.56%
R=62.78%
G=11.65%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167316800.810.590.35343.6868.6938.82
HexA71F440513B231584527
Octal247371040121734353010547
Binary10100111111111000100010100011110111000111010110001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71F44; }

 p { color: rgb(167,31,68); }

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

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

 a { background-color: rgb(167,31,68); }

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

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

 span { border-color: rgb(167,31,68); }

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