Html Css Color HEX #A51C40 Lipstick

📋 copy color: '#A51C40'

red 165 ◦ green 28 ◦ blue 64

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

Shades of Lipstick #A51C40

Tints of Lipstick #A51C40

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.89%

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

R = 64.2%
G = 10.89%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A51C40 (or 0xA51C40) is known color: Lipstick. HEX triplet: A5, 1C and 40. RGB value is (165,28,64). Sum of RGB (Red+Green+Blue) = 165+28+64=257 (34% of max value = 765). Red value is 165 (64.84% from 255 or 64.20% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 165 - color contains mainly: red. Hex color #A51C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51C40 is #5AE3BF. Grayscale: #494949. Windows color (decimal): -5956544 or 4201637. OLE color: 4201637.

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

Color convert

RGB 165 28 64 -
CMYK 0 0.83 0.61 0.35
HSL 344.23º 0.71% 0.38% -
HSV(B) 344.23º 0.83% 0.65% -
XYZ 16.86 9.2 5.74 -
YUV 73.07 122.89 193.57 -
System Red Green Blue C M Y K H S L
Decimal 165 28 64 0 0.83 0.61 0.35 344.23 0.71 0.38
Hex A5 1C 40 0 53 3D 23 158 47 26
Octal 245 34 100 0 123 75 43 530 107 46
Binary 10100101 11100 1000000 0 1010011 111101 100011 101011000 1000111 100110

Color Harmonies of #A51C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51C40

Black with #A51C40

Text Example


Text Example

White with #A51C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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