Html Css Color HEX #A31E4E Lipstick

📋 copy color: '#A31E4E'

red 163 ◦ green 30 ◦ blue 78

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

Shades of Lipstick #A31E4E

Tints of Lipstick #A31E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 28.78%

R = 60.15%
G = 11.07%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A31E4E (or 0xA31E4E) is known color: Lipstick. HEX triplet: A3, 1E and 4E. RGB value is (163,30,78). Sum of RGB (Red+Green+Blue) = 163+30+78=271 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.15% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31E4E is #5CE1B1. Grayscale: #4B4B4B. Windows color (decimal): -6087090 or 5119651. OLE color: 5119651.

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

Color convert

RGB 163 30 78 -
CMYK 0 0.82 0.52 0.36
HSL 338.35º 0.69% 0.38% -
HSV(B) 338.35º 0.82% 0.64% -
XYZ 16.94 9.27 8.1 -
YUV 75.24 129.56 190.6 -
System Red Green Blue C M Y K H S L
Decimal 163 30 78 0 0.82 0.52 0.36 338.35 0.69 0.38
Hex A3 1E 4E 0 52 34 24 152 45 26
Octal 243 36 116 0 122 64 44 522 105 46
Binary 10100011 11110 1001110 0 1010010 110100 100100 101010010 1000101 100110

Color Harmonies of #A31E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31E4E

Black with #A31E4E

Text Example


Text Example

White with #A31E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31E4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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