#A62848

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

Shades of Lipstick #A62848

Tints of Lipstick #A62848

Color information

#A62848 (or 0xA62848) is unknown color: approx Lipstick. HEX triplet: A6, 28 and 48. RGB value is (166,40,72). Sum of RGB (Red+Green+Blue) = 166+40+72=278 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.71% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 166 - color contains mainly: red. Hex color #A62848 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62848 is #59D7B7. Grayscale: #515151. Windows color (decimal): -5887928 or 4728998. OLE color: 4728998.

HSL color Cylindrical-coordinate representation of color #A62848: hue angle of 344.76º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A62848 is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB1664072-
CMYK00.760.570.35
HSL344.76º61.17%40.39%-
HSV(B)344.76º75.9%65.1%-
XYZ17.6510.097.15-
YUV81.32122.74188.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 59.71%
GREEN value IS 40 (16.02% from 255) = 14.39%
BLUE value IS 72 (28.52% from 255) = 25.90%
R=59.71%
G=14.39%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166407200.760.570.35344.7661.1740.39
HexA6284804C39231593d28
Octal24650110011471435317550
Binary10100110101000100100001001100111001100011101011001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62848; }

 p { color: rgb(166,40,72); }

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

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

 a { background-color: rgb(166,40,72); }

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

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

 span { border-color: rgb(166,40,72); }

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