Html Css Color HEX #A51A50 Lipstick

📋 copy color: '#A51A50'

red 165 ◦ green 26 ◦ blue 80

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

Shades of Lipstick #A51A50

Tints of Lipstick #A51A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.52%

R = 60.89%
G = 9.59%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A51A50 (or 0xA51A50) is known color: Lipstick. HEX triplet: A5, 1A and 50. RGB value is (165,26,80). Sum of RGB (Red+Green+Blue) = 165+26+80=271 (35% of max value = 765). Red value is 165 (64.84% from 255 or 60.89% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51A50 is #5AE5AF. Grayscale: #494949. Windows color (decimal): -5957040 or 5249701. OLE color: 5249701.

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

Color convert

RGB 165 26 80 -
CMYK 0 0.84 0.52 0.35
HSL 336.69º 0.73% 0.37% -
HSV(B) 336.69º 0.84% 0.65% -
XYZ 17.33 9.32 8.47 -
YUV 73.72 131.55 193.11 -
System Red Green Blue C M Y K H S L
Decimal 165 26 80 0 0.84 0.52 0.35 336.69 0.73 0.37
Hex A5 1A 50 0 54 34 23 151 49 25
Octal 245 32 120 0 124 64 43 521 111 45
Binary 10100101 11010 1010000 0 1010100 110100 100011 101010001 1001001 100101

Color Harmonies of #A51A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51A50

Black with #A51A50

Text Example


Text Example

White with #A51A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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