Html Css Color HEX #A5194D Lipstick

📋 copy color: '#A5194D'

red 165 ◦ green 25 ◦ blue 77

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

Shades of Lipstick #A5194D

Tints of Lipstick #A5194D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.36%

 BLUE value IS 77 (30.47% from 255) = 28.84%

R = 61.8%
G = 9.36%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A5194D (or 0xA5194D) is known color: Lipstick. HEX triplet: A5, 19 and 4D. RGB value is (165,25,77). Sum of RGB (Red+Green+Blue) = 165+25+77=267 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.80% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 165 - color contains mainly: red. Hex color #A5194D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5194D is #5AE6B2. Grayscale: #484848. Windows color (decimal): -5957299 or 5052837. OLE color: 5052837.

HSL color Cylindrical-coordinate representation of color #A5194D: hue angle of 337.71º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A5194D is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 25 77 -
CMYK 0 0.85 0.53 0.35
HSL 337.71º 0.74% 0.37% -
HSV(B) 337.71º 0.85% 0.65% -
XYZ 17.2 9.23 7.9 -
YUV 72.79 130.38 193.77 -
System Red Green Blue C M Y K H S L
Decimal 165 25 77 0 0.85 0.53 0.35 337.71 0.74 0.37
Hex A5 19 4D 0 55 35 23 152 4A 25
Octal 245 31 115 0 125 65 43 522 112 45
Binary 10100101 11001 1001101 0 1010101 110101 100011 101010010 1001010 100101

Color Harmonies of #A5194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5194D

Black with #A5194D

Text Example


Text Example

White with #A5194D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5194D; }

 p { color: rgb(165,25,77); }

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

background-color css

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

 a { background-color: rgb(165,25,77); }

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

border-color css

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

 span { border-color: rgb(165,25,77); }

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