Html Css Color HEX #A31D40 Lipstick

📋 copy color: '#A31D40'

red 163 ◦ green 29 ◦ blue 64

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

Shades of Lipstick #A31D40

Tints of Lipstick #A31D40

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.33%

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

R = 63.67%
G = 11.33%
B = 25%

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

#A31D40 (or 0xA31D40) is known color: Lipstick. HEX triplet: A3, 1D and 40. RGB value is (163,29,64). Sum of RGB (Red+Green+Blue) = 163+29+64=256 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.67% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 163 - color contains mainly: red. Hex color #A31D40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31D40 is #5CE2BF. Grayscale: #494949. Windows color (decimal): -6087360 or 4201891. OLE color: 4201891.

HSL color Cylindrical-coordinate representation of color #A31D40: hue angle of 344.33º degrees, saturation: 0.7, 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 #A31D40 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 29 64 -
CMYK 0 0.82 0.61 0.36
HSL 344.33º 0.7% 0.38% -
HSV(B) 344.33º 0.82% 0.64% -
XYZ 16.47 9.04 5.73 -
YUV 73.06 122.89 192.15 -
System Red Green Blue C M Y K H S L
Decimal 163 29 64 0 0.82 0.61 0.36 344.33 0.7 0.38
Hex A3 1D 40 0 52 3D 24 158 46 26
Octal 243 35 100 0 122 75 44 530 106 46
Binary 10100011 11101 1000000 0 1010010 111101 100100 101011000 1000110 100110

Color Harmonies of #A31D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31D40

Black with #A31D40

Text Example


Text Example

White with #A31D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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