Html Css Color HEX #A51E49 Lipstick

📋 copy color: '#A51E49'

red 165 ◦ green 30 ◦ blue 73

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

Shades of Lipstick #A51E49

Tints of Lipstick #A51E49

RGB

 RED value IS 165 (64.84% from 255) = 61.57%

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

 BLUE value IS 73 (28.91% from 255) = 27.24%

R = 61.57%
G = 11.19%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A51E49 (or 0xA51E49) is known color: Lipstick. HEX triplet: A5, 1E and 49. RGB value is (165,30,73). Sum of RGB (Red+Green+Blue) = 165+30+73=268 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.57% from 268); Green value is 30 (12.11% from 255 or 11.19% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51E49 is #5AE1B6. Grayscale: #4B4B4B. Windows color (decimal): -5956023 or 4791973. OLE color: 4791973.

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

Color convert

RGB 165 30 73 -
CMYK 0 0.82 0.56 0.35
HSL 340.89º 0.69% 0.38% -
HSV(B) 340.89º 0.82% 0.65% -
XYZ 17.18 9.41 7.21 -
YUV 75.27 126.73 192 -
System Red Green Blue C M Y K H S L
Decimal 165 30 73 0 0.82 0.56 0.35 340.89 0.69 0.38
Hex A5 1E 49 0 52 38 23 155 45 26
Octal 245 36 111 0 122 70 43 525 105 46
Binary 10100101 11110 1001001 0 1010010 111000 100011 101010101 1000101 100110

Color Harmonies of #A51E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51E49

Black with #A51E49

Text Example


Text Example

White with #A51E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51E49; }

 p { color: rgb(165,30,73); }

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

background-color css

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

 a { background-color: rgb(165,30,73); }

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

border-color css

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

 span { border-color: rgb(165,30,73); }

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