Html Css Color HEX #A51545 Lipstick

📋 copy color: '#A51545'

red 165 ◦ green 21 ◦ blue 69

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

Shades of Lipstick #A51545

Tints of Lipstick #A51545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 27.06%

R = 64.71%
G = 8.24%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A51545 (or 0xA51545) is known color: Lipstick. HEX triplet: A5, 15 and 45. RGB value is (165,21,69). Sum of RGB (Red+Green+Blue) = 165+21+69=255 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.71% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 165 - color contains mainly: red. Hex color #A51545 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51545 is #5AEABA. Grayscale: #454545. Windows color (decimal): -5958331 or 4527525. OLE color: 4527525.

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

Color convert

RGB 165 21 69 -
CMYK 0 0.87 0.58 0.35
HSL 340º 0.77% 0.36% -
HSV(B) 340º 0.87% 0.65% -
XYZ 16.86 8.97 6.47 -
YUV 69.53 127.71 196.1 -
System Red Green Blue C M Y K H S L
Decimal 165 21 69 0 0.87 0.58 0.35 340 0.77 0.36
Hex A5 15 45 0 57 3A 23 154 4D 24
Octal 245 25 105 0 127 72 43 524 115 44
Binary 10100101 10101 1000101 0 1010111 111010 100011 101010100 1001101 100100

Color Harmonies of #A51545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51545

Black with #A51545

Text Example


Text Example

White with #A51545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51545; }

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

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

background-color css

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

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

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

border-color css

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

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

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