Html Css Color HEX #A51546 Lipstick

📋 copy color: '#A51546'

red 165 ◦ green 21 ◦ blue 70

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

Shades of Lipstick #A51546

Tints of Lipstick #A51546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.34%

R = 64.45%
G = 8.2%
B = 27.34%

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

#A51546 (or 0xA51546) is known color: Lipstick. HEX triplet: A5, 15 and 46. RGB value is (165,21,70). Sum of RGB (Red+Green+Blue) = 165+21+70=256 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.45% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 165 - color contains mainly: red. Hex color #A51546 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51546 is #5AEAB9. Grayscale: #454545. Windows color (decimal): -5958330 or 4593061. OLE color: 4593061.

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

Color convert

RGB 165 21 70 -
CMYK 0 0.87 0.58 0.35
HSL 339.58º 0.77% 0.36% -
HSV(B) 339.58º 0.87% 0.65% -
XYZ 16.89 8.98 6.64 -
YUV 69.64 128.21 196.02 -
System Red Green Blue C M Y K H S L
Decimal 165 21 70 0 0.87 0.58 0.35 339.58 0.77 0.36
Hex A5 15 46 0 57 3A 23 154 4D 24
Octal 245 25 106 0 127 72 43 524 115 44
Binary 10100101 10101 1000110 0 1010111 111010 100011 101010100 1001101 100100

Color Harmonies of #A51546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51546

Black with #A51546

Text Example


Text Example

White with #A51546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51546; }

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

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

background-color css

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

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

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

border-color css

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

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

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