Html Css Color HEX #A5224D Lipstick

📋 copy color: '#A5224D'

red 165 ◦ green 34 ◦ blue 77

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

Shades of Lipstick #A5224D

Tints of Lipstick #A5224D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.32%

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

R = 59.78%
G = 12.32%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A5224D (or 0xA5224D) is known color: Lipstick. HEX triplet: A5, 22 and 4D. RGB value is (165,34,77). Sum of RGB (Red+Green+Blue) = 165+34+77=276 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.78% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 165 - color contains mainly: red. Hex color #A5224D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5224D is #5ADDB2. Grayscale: #4E4E4E. Windows color (decimal): -5954995 or 5055141. OLE color: 5055141.

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

Color convert

RGB 165 34 77 -
CMYK 0 0.79 0.53 0.35
HSL 340.31º 0.66% 0.39% -
HSV(B) 340.31º 0.79% 0.65% -
XYZ 17.43 9.68 7.97 -
YUV 78.07 127.4 190 -
System Red Green Blue C M Y K H S L
Decimal 165 34 77 0 0.79 0.53 0.35 340.31 0.66 0.39
Hex A5 22 4D 0 4F 35 23 154 42 27
Octal 245 42 115 0 117 65 43 524 102 47
Binary 10100101 100010 1001101 0 1001111 110101 100011 101010100 1000010 100111

Color Harmonies of #A5224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5224D

Black with #A5224D

Text Example


Text Example

White with #A5224D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5224D; }

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

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

background-color css

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

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

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

border-color css

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

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

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