#A51843

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

Shades of Lipstick #A51843

Tints of Lipstick #A51843

Color information

#A51843 (or 0xA51843) is unknown color: approx Lipstick. HEX triplet: A5, 18 and 43. RGB value is (165,24,67). Sum of RGB (Red+Green+Blue) = 165+24+67=256 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.45% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 67 (26.56% from 255 or 26.17% from 256); Max value from RGB is 165 - color contains mainly: red. Hex color #A51843 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51843 is #5AE7BC. Grayscale: #474747. Windows color (decimal): -5957565 or 4397221. OLE color: 4397221.

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

Color convert

RGB1652467-
CMYK00.850.590.35
HSL341.7º74.6%37.06%-
HSV(B)341.7º85.45%64.71%-
XYZ16.869.066.17-
YUV71.06125.71195-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 64.45%
GREEN value IS 24 (9.77% from 255) = 9.38%
BLUE value IS 67 (26.56% from 255) = 26.17%
R=64.45%
G=9.38%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165246700.850.590.35341.774.637.06
HexA518430553B231564b25
Octal245301030125734352611345
Binary10100101110001000011010101011110111000111010101101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51843; }

 p { color: rgb(165,24,67); }

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

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

 a { background-color: rgb(165,24,67); }

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

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

 span { border-color: rgb(165,24,67); }

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