#82574E

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

Shades of Lotus #82574E

Tints of Lotus #82574E

Color information

#82574E (or 0x82574E) is unknown color: approx Lotus. HEX triplet: 82, 57 and 4E. RGB value is (130,87,78). Sum of RGB (Red+Green+Blue) = 130+87+78=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 78 (30.86% from 255 or 26.44% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #82574E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82574E is #7DA8B1. Grayscale: #626262. Windows color (decimal): -8235186 or 5134210. OLE color: 5134210.

HSL color Cylindrical-coordinate representation of color #82574E: hue angle of 10.38º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82574E is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB1308778-
CMYK00.330.400.49
HSL10.38º25%40.78%-
HSV(B)10.38º40%50.98%-
XYZ13.9912.118.81-
YUV98.83116.25150.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.07%
GREEN value IS 87 (34.38% from 255) = 29.49%
BLUE value IS 78 (30.86% from 255) = 26.44%
R=44.07%
G=29.49%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130877800.330.400.4910.382540.78
Hex82574E0212831a1929
Octal2021271160415061123151
Binary10000010101011110011100100001101000110001101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82574E; }

 p { color: rgb(130,87,78); }

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

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

 a { background-color: rgb(130,87,78); }

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

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

 span { border-color: rgb(130,87,78); }

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