#80514D

Color #80514D Lotus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lotus #80514D

Tints of Lotus #80514D

Color information

#80514D (or 0x80514D) is unknown color: approx Lotus. HEX triplet: 80, 51 and 4D. RGB value is (128,81,77). Sum of RGB (Red+Green+Blue) = 128+81+77=286 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.76% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 128 - color contains mainly: red. Hex color #80514D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80514D is #7FAEB2. Grayscale: #5E5E5E. Windows color (decimal): -8367795 or 5067136. OLE color: 5067136.

HSL color Cylindrical-coordinate representation of color #80514D: hue angle of 4.71º 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 #80514D is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB1288177-
CMYK00.370.400.50
HSL4.71º24.88%40.2%-
HSV(B)4.71º39.84%50.2%-
XYZ13.1811.018.45-
YUV94.6118.07151.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.76%
GREEN value IS 81 (32.03% from 255) = 28.32%
BLUE value IS 77 (30.47% from 255) = 26.92%
R=44.76%
G=28.32%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128817700.370.400.504.7124.8840.2
Hex80514D025283251928
Octal200121115045506253150
Binary1000000010100011001101010010110100011001010111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80514D;
 }
 .AnyTagClassName
 {
   color: #80514D;
 }
</style>
background-color css

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

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

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

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

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

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