Html Css Color HEX #A52749 Lipstick

📋 copy color: '#A52749'

red 165 ◦ green 39 ◦ blue 73

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

Shades of Lipstick #A52749

Tints of Lipstick #A52749

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.08%

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

R = 59.57%
G = 14.08%
B = 26.35%

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

#A52749 (or 0xA52749) is known color: Lipstick. HEX triplet: A5, 27 and 49. RGB value is (165,39,73). Sum of RGB (Red+Green+Blue) = 165+39+73=277 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.57% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 165 - color contains mainly: red. Hex color #A52749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52749 is #5AD8B6. Grayscale: #505050. Windows color (decimal): -5953719 or 4794277. OLE color: 4794277.

HSL color Cylindrical-coordinate representation of color #A52749: hue angle of 343.81º degrees, saturation: 0.62, 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 #A52749 is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 39 73 -
CMYK 0 0.76 0.56 0.35
HSL 343.81º 0.62% 0.4% -
HSV(B) 343.81º 0.76% 0.65% -
XYZ 17.45 9.93 7.3 -
YUV 80.55 123.74 188.24 -
System Red Green Blue C M Y K H S L
Decimal 165 39 73 0 0.76 0.56 0.35 343.81 0.62 0.4
Hex A5 27 49 0 4C 38 23 158 3E 28
Octal 245 47 111 0 114 70 43 530 76 50
Binary 10100101 100111 1001001 0 1001100 111000 100011 101011000 111110 101000

Color Harmonies of #A52749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52749

Black with #A52749

Text Example


Text Example

White with #A52749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52749; }

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

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

background-color css

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

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

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

border-color css

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

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

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