Html Css Color HEX #A5194B Lipstick

📋 copy color: '#A5194B'

red 165 ◦ green 25 ◦ blue 75

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

Shades of Lipstick #A5194B

Tints of Lipstick #A5194B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.3%

R = 62.26%
G = 9.43%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A5194B (or 0xA5194B) is known color: Lipstick. HEX triplet: A5, 19 and 4B. RGB value is (165,25,75). Sum of RGB (Red+Green+Blue) = 165+25+75=265 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.26% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 165 - color contains mainly: red. Hex color #A5194B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5194B is #5AE6B4. Grayscale: #484848. Windows color (decimal): -5957301 or 4921765. OLE color: 4921765.

HSL color Cylindrical-coordinate representation of color #A5194B: hue angle of 338.57º 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 #A5194B is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 25 75 -
CMYK 0 0.85 0.55 0.35
HSL 338.57º 0.74% 0.37% -
HSV(B) 338.57º 0.85% 0.65% -
XYZ 17.13 9.2 7.53 -
YUV 72.56 129.38 193.93 -
System Red Green Blue C M Y K H S L
Decimal 165 25 75 0 0.85 0.55 0.35 338.57 0.74 0.37
Hex A5 19 4B 0 55 37 23 153 4A 25
Octal 245 31 113 0 125 67 43 523 112 45
Binary 10100101 11001 1001011 0 1010101 110111 100011 101010011 1001010 100101

Color Harmonies of #A5194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5194B

Black with #A5194B

Text Example


Text Example

White with #A5194B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5194B; }

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

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

background-color css

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

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

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

border-color css

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

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

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