#A31840

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

Shades of Lipstick #A31840

Tints of Lipstick #A31840

Color information

#A31840 (or 0xA31840) is unknown color: approx Lipstick. HEX triplet: A3, 18 and 40. RGB value is (163,24,64). Sum of RGB (Red+Green+Blue) = 163+24+64=251 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.94% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 163 - color contains mainly: red. Hex color #A31840 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31840 is #5CE7BF. Grayscale: #464646. Windows color (decimal): -6088640 or 4200611. OLE color: 4200611.

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

Color convert

RGB1632464-
CMYK00.850.610.36
HSL342.73º74.33%36.67%-
HSV(B)342.73º85.28%63.92%-
XYZ16.368.815.69-
YUV70.12124.55194.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 64.94%
GREEN value IS 24 (9.77% from 255) = 9.56%
BLUE value IS 64 (25.39% from 255) = 25.50%
R=64.94%
G=9.56%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163246400.850.610.36342.7374.3336.67
HexA318400553D241574a25
Octal243301000125754452711245
Binary10100011110001000000010101011111011001001010101111001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31840; }

 p { color: rgb(163,24,64); }

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

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

 a { background-color: rgb(163,24,64); }

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

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

 span { border-color: rgb(163,24,64); }

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