#82504D

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

Shades of Lotus #82504D

Tints of Lotus #82504D

Color information

#82504D (or 0x82504D) is unknown color: approx Lotus. HEX triplet: 82, 50 and 4D. RGB value is (130,80,77). Sum of RGB (Red+Green+Blue) = 130+80+77=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #82504D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82504D is #7DAFB2. Grayscale: #5E5E5E. Windows color (decimal): -8236979 or 5066882. OLE color: 5066882.

HSL color Cylindrical-coordinate representation of color #82504D: hue angle of 3.4º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82504D is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB1308077-
CMYK00.380.410.49
HSL3.4º25.6%40.59%-
HSV(B)3.4º40.77%50.98%-
XYZ13.4111.028.44-
YUV94.61118.06153.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.30%
GREEN value IS 80 (31.64% from 255) = 27.87%
BLUE value IS 77 (30.47% from 255) = 26.83%
R=45.30%
G=27.87%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130807700.380.410.493.425.640.59
Hex82504D026293131a29
Octal202120115046516133251
Binary100000101010000100110101001101010011100011111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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