Html Css Color HEX #A62E5B Lipstick

📋 copy color: '#A62E5B'

red 166 ◦ green 46 ◦ blue 91

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

Shades of Lipstick #A62E5B

Tints of Lipstick #A62E5B

RGB

 RED value IS 166 (65.23% from 255) = 54.79%

 GREEN value IS 46 (18.36% from 255) = 15.18%

 BLUE value IS 91 (35.94% from 255) = 30.03%

R = 54.79%
G = 15.18%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A62E5B (or 0xA62E5B) is known color: Lipstick. HEX triplet: A6, 2E and 5B. RGB value is (166,46,91). Sum of RGB (Red+Green+Blue) = 166+46+91=303 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.79% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 166 - color contains mainly: red. Hex color #A62E5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62E5B is #59D1A4. Grayscale: #565656. Windows color (decimal): -5886373 or 5975718. OLE color: 5975718.

HSL color Cylindrical-coordinate representation of color #A62E5B: hue angle of 337.5º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A62E5B is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 46 91 -
CMYK 0 0.72 0.45 0.35
HSL 337.5º 0.57% 0.42% -
HSV(B) 337.5º 0.72% 0.65% -
XYZ 18.59 10.82 11.01 -
YUV 87.01 130.26 184.34 -
System Red Green Blue C M Y K H S L
Decimal 166 46 91 0 0.72 0.45 0.35 337.5 0.57 0.42
Hex A6 2E 5B 0 48 2D 23 152 39 2A
Octal 246 56 133 0 110 55 43 522 71 52
Binary 10100110 101110 1011011 0 1001000 101101 100011 101010010 111001 101010

Color Harmonies of #A62E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62E5B

Black with #A62E5B

Text Example


Text Example

White with #A62E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62E5B; }

 p { color: rgb(166,46,91); }

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

background-color css

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

 a { background-color: rgb(166,46,91); }

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

border-color css

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

 span { border-color: rgb(166,46,91); }

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