Html Css Color HEX #A51540 Lipstick

📋 copy color: '#A51540'

red 165 ◦ green 21 ◦ blue 64

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

Shades of Lipstick #A51540

Tints of Lipstick #A51540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.4%

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

R = 66%
G = 8.4%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A51540 (or 0xA51540) is known color: Lipstick. HEX triplet: A5, 15 and 40. RGB value is (165,21,64). Sum of RGB (Red+Green+Blue) = 165+21+64=250 (33% of max value = 765). Red value is 165 (64.84% from 255 or 66% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 165 - color contains mainly: red. Hex color #A51540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51540 is #5AEABF. Grayscale: #444444. Windows color (decimal): -5958336 or 4199845. OLE color: 4199845.

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

Color convert

RGB 165 21 64 -
CMYK 0 0.87 0.61 0.35
HSL 342.08º 0.77% 0.36% -
HSV(B) 342.08º 0.87% 0.65% -
XYZ 16.71 8.91 5.69 -
YUV 68.96 125.21 196.5 -
System Red Green Blue C M Y K H S L
Decimal 165 21 64 0 0.87 0.61 0.35 342.08 0.77 0.36
Hex A5 15 40 0 57 3D 23 156 4D 24
Octal 245 25 100 0 127 75 43 526 115 44
Binary 10100101 10101 1000000 0 1010111 111101 100011 101010110 1001101 100100

Color Harmonies of #A51540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51540

Black with #A51540

Text Example


Text Example

White with #A51540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51540; }

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

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

background-color css

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

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

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

border-color css

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

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

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