#80524B

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

Shades of Lotus #80524B

Tints of Lotus #80524B

Color information

#80524B (or 0x80524B) is unknown color: approx Lotus. HEX triplet: 80, 52 and 4B. RGB value is (128,82,75). Sum of RGB (Red+Green+Blue) = 128+82+75=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 128 - color contains mainly: red. Hex color #80524B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80524B is #7FADB4. Grayscale: #5F5F5F. Windows color (decimal): -8367541 or 4936320. OLE color: 4936320.

HSL color Cylindrical-coordinate representation of color #80524B: hue angle of 7.92º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80524B is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB1288275-
CMYK00.360.410.50
HSL7.92º26.11%39.8%-
HSV(B)7.92º41.41%50.2%-
XYZ13.1911.138.11-
YUV94.96116.74151.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.91%
GREEN value IS 82 (32.42% from 255) = 28.77%
BLUE value IS 75 (29.69% from 255) = 26.32%
R=44.91%
G=28.77%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128827500.360.410.507.9226.1139.8
Hex80524B024293281a28
Octal2001221130445162103250
Binary10000000101001010010110100100101001110010100011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80524B; }

 p { color: rgb(128,82,75); }

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

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

 a { background-color: rgb(128,82,75); }

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

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

 span { border-color: rgb(128,82,75); }

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