Html Css Color HEX #A62649 Lipstick

📋 copy color: '#A62649'

red 166 ◦ green 38 ◦ blue 73

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

Shades of Lipstick #A62649

Tints of Lipstick #A62649

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.72%

 BLUE value IS 73 (28.91% from 255) = 26.35%

R = 59.93%
G = 13.72%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A62649 (or 0xA62649) is known color: Lipstick. HEX triplet: A6, 26 and 49. RGB value is (166,38,73). Sum of RGB (Red+Green+Blue) = 166+38+73=277 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.93% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 166 - color contains mainly: red. Hex color #A62649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62649 is #59D9B6. Grayscale: #505050. Windows color (decimal): -5888439 or 4794022. OLE color: 4794022.

HSL color Cylindrical-coordinate representation of color #A62649: hue angle of 343.59º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A62649 is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 38 73 -
CMYK 0 0.77 0.56 0.35
HSL 343.59º 0.63% 0.4% -
HSV(B) 343.59º 0.77% 0.65% -
XYZ 17.62 9.97 7.3 -
YUV 80.26 123.91 189.15 -
System Red Green Blue C M Y K H S L
Decimal 166 38 73 0 0.77 0.56 0.35 343.59 0.63 0.4
Hex A6 26 49 0 4D 38 23 158 3F 28
Octal 246 46 111 0 115 70 43 530 77 50
Binary 10100110 100110 1001001 0 1001101 111000 100011 101011000 111111 101000

Color Harmonies of #A62649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62649

Black with #A62649

Text Example


Text Example

White with #A62649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62649; }

 p { color: rgb(166,38,73); }

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

background-color css

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

 a { background-color: rgb(166,38,73); }

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

border-color css

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

 span { border-color: rgb(166,38,73); }

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