Html Css Color HEX #A51B46 Lipstick

📋 copy color: '#A51B46'

red 165 ◦ green 27 ◦ blue 70

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

Shades of Lipstick #A51B46

Tints of Lipstick #A51B46

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.31%

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

R = 62.98%
G = 10.31%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A51B46 (or 0xA51B46) is known color: Lipstick. HEX triplet: A5, 1B and 46. RGB value is (165,27,70). Sum of RGB (Red+Green+Blue) = 165+27+70=262 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.98% from 262); Green value is 27 (10.94% from 255 or 10.31% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 165 - color contains mainly: red. Hex color #A51B46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51B46 is #5AE4B9. Grayscale: #494949. Windows color (decimal): -5956794 or 4594597. OLE color: 4594597.

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

Color convert

RGB 165 27 70 -
CMYK 0 0.84 0.58 0.35
HSL 341.3º 0.72% 0.38% -
HSV(B) 341.3º 0.84% 0.65% -
XYZ 17.01 9.23 6.68 -
YUV 73.16 126.22 193.5 -
System Red Green Blue C M Y K H S L
Decimal 165 27 70 0 0.84 0.58 0.35 341.3 0.72 0.38
Hex A5 1B 46 0 54 3A 23 155 48 26
Octal 245 33 106 0 124 72 43 525 110 46
Binary 10100101 11011 1000110 0 1010100 111010 100011 101010101 1001000 100110

Color Harmonies of #A51B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51B46

Black with #A51B46

Text Example


Text Example

White with #A51B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51B46; }

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

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

background-color css

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

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

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

border-color css

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

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

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