Html Css Color HEX #A5254A Lipstick

📋 copy color: '#A5254A'

red 165 ◦ green 37 ◦ blue 74

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

Shades of Lipstick #A5254A

Tints of Lipstick #A5254A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.41%

 BLUE value IS 74 (29.3% from 255) = 26.81%

R = 59.78%
G = 13.41%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A5254A (or 0xA5254A) is known color: Lipstick. HEX triplet: A5, 25 and 4A. RGB value is (165,37,74). Sum of RGB (Red+Green+Blue) = 165+37+74=276 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.78% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 165 - color contains mainly: red. Hex color #A5254A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5254A is #5ADAB5. Grayscale: #4F4F4F. Windows color (decimal): -5954230 or 4859301. OLE color: 4859301.

HSL color Cylindrical-coordinate representation of color #A5254A: hue angle of 342.66º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A5254A is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 37 74 -
CMYK 0 0.78 0.55 0.35
HSL 342.66º 0.63% 0.4% -
HSV(B) 342.66º 0.78% 0.65% -
XYZ 17.41 9.82 7.46 -
YUV 79.49 124.91 188.99 -
System Red Green Blue C M Y K H S L
Decimal 165 37 74 0 0.78 0.55 0.35 342.66 0.63 0.4
Hex A5 25 4A 0 4E 37 23 157 3F 28
Octal 245 45 112 0 116 67 43 527 77 50
Binary 10100101 100101 1001010 0 1001110 110111 100011 101010111 111111 101000

Color Harmonies of #A5254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5254A

Black with #A5254A

Text Example


Text Example

White with #A5254A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5254A; }

 p { color: rgb(165,37,74); }

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

background-color css

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

 a { background-color: rgb(165,37,74); }

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

border-color css

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

 span { border-color: rgb(165,37,74); }

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