Html Css Color HEX #A62552 Lipstick

📋 copy color: '#A62552'

red 166 ◦ green 37 ◦ blue 82

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

Shades of Lipstick #A62552

Tints of Lipstick #A62552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 28.77%

R = 58.25%
G = 12.98%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A62552 (or 0xA62552) is known color: Lipstick. HEX triplet: A6, 25 and 52. RGB value is (166,37,82). Sum of RGB (Red+Green+Blue) = 166+37+82=285 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.25% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 166 - color contains mainly: red. Hex color #A62552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62552 is #59DAAD. Grayscale: #505050. Windows color (decimal): -5888686 or 5383590. OLE color: 5383590.

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

Color convert

RGB 166 37 82 -
CMYK 0 0.78 0.51 0.35
HSL 339.07º 0.64% 0.4% -
HSV(B) 339.07º 0.78% 0.65% -
XYZ 17.91 10.04 8.98 -
YUV 80.7 128.74 188.84 -
System Red Green Blue C M Y K H S L
Decimal 166 37 82 0 0.78 0.51 0.35 339.07 0.64 0.4
Hex A6 25 52 0 4E 33 23 153 40 28
Octal 246 45 122 0 116 63 43 523 100 50
Binary 10100110 100101 1010010 0 1001110 110011 100011 101010011 1000000 101000

Color Harmonies of #A62552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62552

Black with #A62552

Text Example


Text Example

White with #A62552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62552; }

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

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

background-color css

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

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

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

border-color css

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

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

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