Html Css Color HEX #A31E40 Lipstick

📋 copy color: '#A31E40'

red 163 ◦ green 30 ◦ blue 64

#A31E40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lipstick #A31E40

Tints of Lipstick #A31E40

RGB

 RED value IS 163 (64.06% from 255) = 63.42%

 GREEN value IS 30 (12.11% from 255) = 11.67%

 BLUE value IS 64 (25.39% from 255) = 24.9%

R = 63.42%
G = 11.67%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A31E40 (or 0xA31E40) is known color: Lipstick. HEX triplet: A3, 1E and 40. RGB value is (163,30,64). Sum of RGB (Red+Green+Blue) = 163+30+64=257 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.42% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31E40 is #5CE1BF. Grayscale: #494949. Windows color (decimal): -6087104 or 4202147. OLE color: 4202147.

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

Color convert

RGB 163 30 64 -
CMYK 0 0.82 0.61 0.36
HSL 344.66º 0.69% 0.38% -
HSV(B) 344.66º 0.82% 0.64% -
XYZ 16.49 9.09 5.73 -
YUV 73.64 122.56 191.74 -
System Red Green Blue C M Y K H S L
Decimal 163 30 64 0 0.82 0.61 0.36 344.66 0.69 0.38
Hex A3 1E 40 0 52 3D 24 159 45 26
Octal 243 36 100 0 122 75 44 531 105 46
Binary 10100011 11110 1000000 0 1010010 111101 100100 101011001 1000101 100110

Color Harmonies of #A31E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31E40

Black with #A31E40

Text Example


Text Example

White with #A31E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31E40; }

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

 H1.HeaderClassName
 {
   color: #A31E40;
 }
 .AnyTagClassName
 {
   color: #A31E40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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