Html Css Color HEX #A52849 Lipstick

📋 copy color: '#A52849'

red 165 ◦ green 40 ◦ blue 73

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

Shades of Lipstick #A52849

Tints of Lipstick #A52849

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.39%

 BLUE value IS 73 (28.91% from 255) = 26.26%

R = 59.35%
G = 14.39%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A52849 (or 0xA52849) is known color: Lipstick. HEX triplet: A5, 28 and 49. RGB value is (165,40,73). Sum of RGB (Red+Green+Blue) = 165+40+73=278 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.35% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 165 - color contains mainly: red. Hex color #A52849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52849 is #5AD7B6. Grayscale: #515151. Windows color (decimal): -5953463 or 4794533. OLE color: 4794533.

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

Color convert

RGB 165 40 73 -
CMYK 0 0.76 0.56 0.35
HSL 344.16º 0.61% 0.4% -
HSV(B) 344.16º 0.76% 0.65% -
XYZ 17.48 10 7.31 -
YUV 81.14 123.41 187.82 -
System Red Green Blue C M Y K H S L
Decimal 165 40 73 0 0.76 0.56 0.35 344.16 0.61 0.4
Hex A5 28 49 0 4C 38 23 158 3D 28
Octal 245 50 111 0 114 70 43 530 75 50
Binary 10100101 101000 1001001 0 1001100 111000 100011 101011000 111101 101000

Color Harmonies of #A52849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52849

Black with #A52849

Text Example


Text Example

White with #A52849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52849; }

 p { color: rgb(165,40,73); }

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

background-color css

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

 a { background-color: rgb(165,40,73); }

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

border-color css

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

 span { border-color: rgb(165,40,73); }

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