Html Css Color HEX #A51D40 Lipstick

📋 copy color: '#A51D40'

red 165 ◦ green 29 ◦ blue 64

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

Shades of Lipstick #A51D40

Tints of Lipstick #A51D40

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.24%

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

R = 63.95%
G = 11.24%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A51D40 (or 0xA51D40) is known color: Lipstick. HEX triplet: A5, 1D and 40. RGB value is (165,29,64). Sum of RGB (Red+Green+Blue) = 165+29+64=258 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.95% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 165 - color contains mainly: red. Hex color #A51D40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51D40 is #5AE2BF. Grayscale: #494949. Windows color (decimal): -5956288 or 4201893. OLE color: 4201893.

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

Color convert

RGB 165 29 64 -
CMYK 0 0.82 0.61 0.35
HSL 344.56º 0.7% 0.38% -
HSV(B) 344.56º 0.82% 0.65% -
XYZ 16.88 9.25 5.75 -
YUV 73.65 122.56 193.15 -
System Red Green Blue C M Y K H S L
Decimal 165 29 64 0 0.82 0.61 0.35 344.56 0.7 0.38
Hex A5 1D 40 0 52 3D 23 159 46 26
Octal 245 35 100 0 122 75 43 531 106 46
Binary 10100101 11101 1000000 0 1010010 111101 100011 101011001 1000110 100110

Color Harmonies of #A51D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51D40

Black with #A51D40

Text Example


Text Example

White with #A51D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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