#A21842

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

Shades of Lipstick #A21842

Tints of Lipstick #A21842

Color information

#A21842 (or 0xA21842) is unknown color: approx Lipstick. HEX triplet: A2, 18 and 42. RGB value is (162,24,66). Sum of RGB (Red+Green+Blue) = 162+24+66=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A21842 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21842 is #5DE7BD. Grayscale: #464646. Windows color (decimal): -6154174 or 4331682. OLE color: 4331682.

HSL color Cylindrical-coordinate representation of color #A21842: hue angle of 341.74º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21842 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB1622466-
CMYK00.850.590.36
HSL341.74º74.19%36.47%-
HSV(B)341.74º85.19%63.53%-
XYZ16.218.735.98-
YUV70.05125.72193.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.29%
GREEN value IS 24 (9.77% from 255) = 9.52%
BLUE value IS 66 (26.17% from 255) = 26.19%
R=64.29%
G=9.52%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162246600.850.590.36341.7474.1936.47
HexA218420553B241564a24
Octal242301020125734452611244
Binary10100010110001000010010101011110111001001010101101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21842; }

 p { color: rgb(162,24,66); }

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

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

 a { background-color: rgb(162,24,66); }

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

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

 span { border-color: rgb(162,24,66); }

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