Html Css Color HEX #A62441 Lipstick

📋 copy color: '#A62441'

red 166 ◦ green 36 ◦ blue 65

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

Shades of Lipstick #A62441

Tints of Lipstick #A62441

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.48%

 BLUE value IS 65 (25.78% from 255) = 24.34%

R = 62.17%
G = 13.48%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A62441 (or 0xA62441) is known color: Lipstick. HEX triplet: A6, 24 and 41. RGB value is (166,36,65). Sum of RGB (Red+Green+Blue) = 166+36+65=267 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.17% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 166 - color contains mainly: red. Hex color #A62441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62441 is #59DBBE. Grayscale: #4E4E4E. Windows color (decimal): -5888959 or 4269222. OLE color: 4269222.

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

Color convert

RGB 166 36 65 -
CMYK 0 0.78 0.61 0.35
HSL 346.62º 0.64% 0.4% -
HSV(B) 346.62º 0.78% 0.65% -
XYZ 17.31 9.75 5.97 -
YUV 78.18 120.57 190.64 -
System Red Green Blue C M Y K H S L
Decimal 166 36 65 0 0.78 0.61 0.35 346.62 0.64 0.4
Hex A6 24 41 0 4E 3D 23 15B 40 28
Octal 246 44 101 0 116 75 43 533 100 50
Binary 10100110 100100 1000001 0 1001110 111101 100011 101011011 1000000 101000

Color Harmonies of #A62441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62441

Black with #A62441

Text Example


Text Example

White with #A62441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62441; }

 p { color: rgb(166,36,65); }

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

background-color css

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

 a { background-color: rgb(166,36,65); }

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

border-color css

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

 span { border-color: rgb(166,36,65); }

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