Html Css Color HEX #A51A40 Lipstick

📋 copy color: '#A51A40'

red 165 ◦ green 26 ◦ blue 64

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

Shades of Lipstick #A51A40

Tints of Lipstick #A51A40

RGB

 RED value IS 165 (64.84% from 255) = 64.71%

 GREEN value IS 26 (10.55% from 255) = 10.2%

 BLUE value IS 64 (25.39% from 255) = 25.1%

R = 64.71%
G = 10.2%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A51A40 (or 0xA51A40) is known color: Lipstick. HEX triplet: A5, 1A and 40. RGB value is (165,26,64). Sum of RGB (Red+Green+Blue) = 165+26+64=255 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.71% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 64 (25.39% from 255 or 25.10% from 255); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51A40 is #5AE5BF. Grayscale: #474747. Windows color (decimal): -5957056 or 4201125. OLE color: 4201125.

HSL color Cylindrical-coordinate representation of color #A51A40: hue angle of 343.6º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A51A40 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 26 64 -
CMYK 0 0.84 0.61 0.35
HSL 343.6º 0.73% 0.37% -
HSV(B) 343.6º 0.84% 0.65% -
XYZ 16.81 9.11 5.72 -
YUV 71.89 123.55 194.41 -
System Red Green Blue C M Y K H S L
Decimal 165 26 64 0 0.84 0.61 0.35 343.6 0.73 0.37
Hex A5 1A 40 0 54 3D 23 158 49 25
Octal 245 32 100 0 124 75 43 530 111 45
Binary 10100101 11010 1000000 0 1010100 111101 100011 101011000 1001001 100101

Color Harmonies of #A51A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51A40

Black with #A51A40

Text Example


Text Example

White with #A51A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51A40; }

 p { color: rgb(165,26,64); }

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

background-color css

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

 a { background-color: rgb(165,26,64); }

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

border-color css

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

 span { border-color: rgb(165,26,64); }

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