Html Css Color HEX #A52845 Lipstick

📋 copy color: '#A52845'

red 165 ◦ green 40 ◦ blue 69

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

Shades of Lipstick #A52845

Tints of Lipstick #A52845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.18%

R = 60.22%
G = 14.6%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A52845 (or 0xA52845) is known color: Lipstick. HEX triplet: A5, 28 and 45. RGB value is (165,40,69). Sum of RGB (Red+Green+Blue) = 165+40+69=274 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.22% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 69 (27.34% from 255 or 25.18% from 274); Max value from RGB is 165 - color contains mainly: red. Hex color #A52845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52845 is #5AD7BA. Grayscale: #505050. Windows color (decimal): -5953467 or 4532389. OLE color: 4532389.

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

Color convert

RGB 165 40 69 -
CMYK 0 0.76 0.58 0.35
HSL 346.08º 0.61% 0.4% -
HSV(B) 346.08º 0.76% 0.65% -
XYZ 17.35 9.95 6.64 -
YUV 80.68 121.41 188.14 -
System Red Green Blue C M Y K H S L
Decimal 165 40 69 0 0.76 0.58 0.35 346.08 0.61 0.4
Hex A5 28 45 0 4C 3A 23 15A 3D 28
Octal 245 50 105 0 114 72 43 532 75 50
Binary 10100101 101000 1000101 0 1001100 111010 100011 101011010 111101 101000

Color Harmonies of #A52845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52845

Black with #A52845

Text Example


Text Example

White with #A52845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52845; }

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

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

background-color css

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

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

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

border-color css

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

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

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