Html Css Color HEX #A51A4A Lipstick

📋 copy color: '#A51A4A'

red 165 ◦ green 26 ◦ blue 74

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

Shades of Lipstick #A51A4A

Tints of Lipstick #A51A4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.92%

R = 62.26%
G = 9.81%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A51A4A (or 0xA51A4A) is known color: Lipstick. HEX triplet: A5, 1A and 4A. RGB value is (165,26,74). Sum of RGB (Red+Green+Blue) = 165+26+74=265 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.26% from 265); Green value is 26 (10.55% from 255 or 9.81% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51A4A is #5AE5B5. Grayscale: #484848. Windows color (decimal): -5957046 or 4856485. OLE color: 4856485.

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

Color convert

RGB 165 26 74 -
CMYK 0 0.84 0.55 0.35
HSL 339.28º 0.73% 0.37% -
HSV(B) 339.28º 0.84% 0.65% -
XYZ 17.12 9.23 7.36 -
YUV 73.03 128.55 193.6 -
System Red Green Blue C M Y K H S L
Decimal 165 26 74 0 0.84 0.55 0.35 339.28 0.73 0.37
Hex A5 1A 4A 0 54 37 23 153 49 25
Octal 245 32 112 0 124 67 43 523 111 45
Binary 10100101 11010 1001010 0 1010100 110111 100011 101010011 1001001 100101

Color Harmonies of #A51A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51A4A

Black with #A51A4A

Text Example


Text Example

White with #A51A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51A4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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