Html Css Color HEX #A52257 Lipstick

📋 copy color: '#A52257'

red 165 ◦ green 34 ◦ blue 87

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

Shades of Lipstick #A52257

Tints of Lipstick #A52257

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.89%

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

R = 57.69%
G = 11.89%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A52257 (or 0xA52257) is known color: Lipstick. HEX triplet: A5, 22 and 57. RGB value is (165,34,87). Sum of RGB (Red+Green+Blue) = 165+34+87=286 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.69% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 87 (34.38% from 255 or 30.42% from 286); Max value from RGB is 165 - color contains mainly: red. Hex color #A52257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52257 is #5ADDA8. Grayscale: #4F4F4F. Windows color (decimal): -5954985 or 5710501. OLE color: 5710501.

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

Color convert

RGB 165 34 87 -
CMYK 0 0.79 0.47 0.35
HSL 335.73º 0.66% 0.39% -
HSV(B) 335.73º 0.79% 0.65% -
XYZ 17.81 9.83 9.98 -
YUV 79.21 132.4 189.19 -
System Red Green Blue C M Y K H S L
Decimal 165 34 87 0 0.79 0.47 0.35 335.73 0.66 0.39
Hex A5 22 57 0 4F 2F 23 150 42 27
Octal 245 42 127 0 117 57 43 520 102 47
Binary 10100101 100010 1010111 0 1001111 101111 100011 101010000 1000010 100111

Color Harmonies of #A52257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52257

Black with #A52257

Text Example


Text Example

White with #A52257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52257; }

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

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

background-color css

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

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

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

border-color css

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

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

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