Html Css Color HEX #A52543 Lipstick

📋 copy color: '#A52543'

red 165 ◦ green 37 ◦ blue 67

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

Shades of Lipstick #A52543

Tints of Lipstick #A52543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.91%

R = 61.34%
G = 13.75%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A52543 (or 0xA52543) is known color: Lipstick. HEX triplet: A5, 25 and 43. RGB value is (165,37,67). Sum of RGB (Red+Green+Blue) = 165+37+67=269 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.34% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 67 (26.56% from 255 or 24.91% from 269); Max value from RGB is 165 - color contains mainly: red. Hex color #A52543 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52543 is #5ADABC. Grayscale: #4E4E4E. Windows color (decimal): -5954237 or 4400549. OLE color: 4400549.

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

Color convert

RGB 165 37 67 -
CMYK 0 0.78 0.59 0.35
HSL 345.94º 0.63% 0.4% -
HSV(B) 345.94º 0.78% 0.65% -
XYZ 17.19 9.73 6.28 -
YUV 78.69 121.41 189.56 -
System Red Green Blue C M Y K H S L
Decimal 165 37 67 0 0.78 0.59 0.35 345.94 0.63 0.4
Hex A5 25 43 0 4E 3B 23 15A 3F 28
Octal 245 45 103 0 116 73 43 532 77 50
Binary 10100101 100101 1000011 0 1001110 111011 100011 101011010 111111 101000

Color Harmonies of #A52543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52543

Black with #A52543

Text Example


Text Example

White with #A52543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52543; }

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

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

background-color css

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

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

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

border-color css

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

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

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