Html Css Color HEX #A5224B Lipstick

📋 copy color: '#A5224B'

red 165 ◦ green 34 ◦ blue 75

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

Shades of Lipstick #A5224B

Tints of Lipstick #A5224B

RGB

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

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

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

R = 60.22%
G = 12.41%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A5224B (or 0xA5224B) is known color: Lipstick. HEX triplet: A5, 22 and 4B. RGB value is (165,34,75). Sum of RGB (Red+Green+Blue) = 165+34+75=274 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.22% from 274); Green value is 34 (13.67% from 255 or 12.41% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 165 - color contains mainly: red. Hex color #A5224B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5224B is #5ADDB4. Grayscale: #4D4D4D. Windows color (decimal): -5954997 or 4924069. OLE color: 4924069.

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

Color convert

RGB 165 34 75 -
CMYK 0 0.79 0.55 0.35
HSL 341.22º 0.66% 0.39% -
HSV(B) 341.22º 0.79% 0.65% -
XYZ 17.36 9.65 7.6 -
YUV 77.84 126.4 190.17 -
System Red Green Blue C M Y K H S L
Decimal 165 34 75 0 0.79 0.55 0.35 341.22 0.66 0.39
Hex A5 22 4B 0 4F 37 23 155 42 27
Octal 245 42 113 0 117 67 43 525 102 47
Binary 10100101 100010 1001011 0 1001111 110111 100011 101010101 1000010 100111

Color Harmonies of #A5224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5224B

Black with #A5224B

Text Example


Text Example

White with #A5224B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5224B; }

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

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

background-color css

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

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

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

border-color css

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

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

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