Html Css Color HEX #A62553 Lipstick

📋 copy color: '#A62553'

red 166 ◦ green 37 ◦ blue 83

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

Shades of Lipstick #A62553

Tints of Lipstick #A62553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.02%

R = 58.04%
G = 12.94%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A62553 (or 0xA62553) is known color: Lipstick. HEX triplet: A6, 25 and 53. RGB value is (166,37,83). Sum of RGB (Red+Green+Blue) = 166+37+83=286 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.04% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 166 - color contains mainly: red. Hex color #A62553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62553 is #59DAAC. Grayscale: #505050. Windows color (decimal): -5888685 or 5449126. OLE color: 5449126.

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

Color convert

RGB 166 37 83 -
CMYK 0 0.78 0.50 0.35
HSL 338.6º 0.64% 0.4% -
HSV(B) 338.6º 0.78% 0.65% -
XYZ 17.95 10.05 9.18 -
YUV 80.82 129.24 188.76 -
System Red Green Blue C M Y K H S L
Decimal 166 37 83 0 0.78 0.50 0.35 338.6 0.64 0.4
Hex A6 25 53 0 4E 32 23 153 40 28
Octal 246 45 123 0 116 62 43 523 100 50
Binary 10100110 100101 1010011 0 1001110 110010 100011 101010011 1000000 101000

Color Harmonies of #A62553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62553

Black with #A62553

Text Example


Text Example

White with #A62553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62553; }

 p { color: rgb(166,37,83); }

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

background-color css

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

 a { background-color: rgb(166,37,83); }

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

border-color css

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

 span { border-color: rgb(166,37,83); }

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