Html Css Color HEX #A31440 Lipstick

📋 copy color: '#A31440'

red 163 ◦ green 20 ◦ blue 64

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

Shades of Lipstick #A31440

Tints of Lipstick #A31440

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.1%

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

R = 65.99%
G = 8.1%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A31440 (or 0xA31440) is known color: Lipstick. HEX triplet: A3, 14 and 40. RGB value is (163,20,64). Sum of RGB (Red+Green+Blue) = 163+20+64=247 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.99% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 163 - color contains mainly: red. Hex color #A31440 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31440 is #5CEBBF. Grayscale: #434343. Windows color (decimal): -6089664 or 4199587. OLE color: 4199587.

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

Color convert

RGB 163 20 64 -
CMYK 0 0.88 0.61 0.36
HSL 341.54º 0.78% 0.36% -
HSV(B) 341.54º 0.88% 0.64% -
XYZ 16.28 8.66 5.66 -
YUV 67.77 125.88 195.92 -
System Red Green Blue C M Y K H S L
Decimal 163 20 64 0 0.88 0.61 0.36 341.54 0.78 0.36
Hex A3 14 40 0 58 3D 24 156 4E 24
Octal 243 24 100 0 130 75 44 526 116 44
Binary 10100011 10100 1000000 0 1011000 111101 100100 101010110 1001110 100100

Color Harmonies of #A31440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31440

Black with #A31440

Text Example


Text Example

White with #A31440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31440; }

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

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

background-color css

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

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

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

border-color css

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

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

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