Html Css Color HEX #A52948 Lipstick

📋 copy color: '#A52948'

red 165 ◦ green 41 ◦ blue 72

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

Shades of Lipstick #A52948

Tints of Lipstick #A52948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.75%

 BLUE value IS 72 (28.52% from 255) = 25.9%

R = 59.35%
G = 14.75%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A52948 (or 0xA52948) is known color: Lipstick. HEX triplet: A5, 29 and 48. RGB value is (165,41,72). Sum of RGB (Red+Green+Blue) = 165+41+72=278 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.35% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 165 - color contains mainly: red. Hex color #A52948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52948 is #5AD6B7. Grayscale: #515151. Windows color (decimal): -5953208 or 4729253. OLE color: 4729253.

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

Color convert

RGB 165 41 72 -
CMYK 0 0.75 0.56 0.35
HSL 345º 0.6% 0.4% -
HSV(B) 345º 0.75% 0.65% -
XYZ 17.48 10.05 7.15 -
YUV 81.61 122.58 187.48 -
System Red Green Blue C M Y K H S L
Decimal 165 41 72 0 0.75 0.56 0.35 345 0.6 0.4
Hex A5 29 48 0 4B 38 23 159 3C 28
Octal 245 51 110 0 113 70 43 531 74 50
Binary 10100101 101001 1001000 0 1001011 111000 100011 101011001 111100 101000

Color Harmonies of #A52948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52948

Black with #A52948

Text Example


Text Example

White with #A52948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52948; }

 p { color: rgb(165,41,72); }

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

background-color css

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

 a { background-color: rgb(165,41,72); }

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

border-color css

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

 span { border-color: rgb(165,41,72); }

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