Html Css Color HEX #A52457 Lipstick

📋 copy color: '#A52457'

red 165 ◦ green 36 ◦ blue 87

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

Shades of Lipstick #A52457

Tints of Lipstick #A52457

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.5%

 BLUE value IS 87 (34.38% from 255) = 30.21%

R = 57.29%
G = 12.5%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A52457 (or 0xA52457) is known color: Lipstick. HEX triplet: A5, 24 and 57. RGB value is (165,36,87). Sum of RGB (Red+Green+Blue) = 165+36+87=288 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.29% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 87 (34.38% from 255 or 30.21% from 288); Max value from RGB is 165 - color contains mainly: red. Hex color #A52457 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52457 is #5ADBA8. Grayscale: #505050. Windows color (decimal): -5954473 or 5711013. OLE color: 5711013.

HSL color Cylindrical-coordinate representation of color #A52457: hue angle of 336.28º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A52457 is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 36 87 -
CMYK 0 0.78 0.47 0.35
HSL 336.28º 0.64% 0.39% -
HSV(B) 336.28º 0.78% 0.65% -
XYZ 17.87 9.95 10 -
YUV 80.39 131.74 188.35 -
System Red Green Blue C M Y K H S L
Decimal 165 36 87 0 0.78 0.47 0.35 336.28 0.64 0.39
Hex A5 24 57 0 4E 2F 23 150 40 27
Octal 245 44 127 0 116 57 43 520 100 47
Binary 10100101 100100 1010111 0 1001110 101111 100011 101010000 1000000 100111

Color Harmonies of #A52457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52457

Black with #A52457

Text Example


Text Example

White with #A52457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52457; }

 p { color: rgb(165,36,87); }

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

background-color css

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

 a { background-color: rgb(165,36,87); }

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

border-color css

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

 span { border-color: rgb(165,36,87); }

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