Html Css Color HEX #80504D Lotus

📋 copy color: '#80504D'

red 128 ◦ green 80 ◦ blue 77

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

Shades of Lotus #80504D

Tints of Lotus #80504D

RGB

 RED value IS 128 (50.39% from 255) = 44.91%

 GREEN value IS 80 (31.64% from 255) = 28.07%

 BLUE value IS 77 (30.47% from 255) = 27.02%

R = 44.91%
G = 28.07%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.50

RGB Variations

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

Color information

#80504D (or 0x80504D) is known color: Lotus. HEX triplet: 80, 50 and 4D. RGB value is (128,80,77). Sum of RGB (Red+Green+Blue) = 128+80+77=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 128 - color contains mainly: red. Hex color #80504D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80504D is #7FAFB2. Grayscale: #5E5E5E. Windows color (decimal): -8368051 or 5066880. OLE color: 5066880.

HSL color Cylindrical-coordinate representation of color #80504D: hue angle of 3.53º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80504D is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 80 77 -
CMYK 0 0.38 0.40 0.50
HSL 3.53º 0.25% 0.4% -
HSV(B) 3.53º 0.4% 0.5% -
XYZ 13.11 10.86 8.43 -
YUV 94.01 118.4 152.24 -
System Red Green Blue C M Y K H S L
Decimal 128 80 77 0 0.38 0.40 0.50 3.53 0.25 0.4
Hex 80 50 4D 0 26 28 32 4 19 28
Octal 200 120 115 0 46 50 62 4 31 50
Binary 10000000 1010000 1001101 0 100110 101000 110010 100 11001 101000

Color Harmonies of #80504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80504D

Black with #80504D

Text Example


Text Example

White with #80504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80504D; }

 p { color: rgb(128,80,77); }

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

background-color css

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

 a { background-color: rgb(128,80,77); }

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

border-color css

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

 span { border-color: rgb(128,80,77); }

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