#81574E

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

Shades of Lotus #81574E

Tints of Lotus #81574E

Color information

#81574E (or 0x81574E) is unknown color: approx Lotus. HEX triplet: 81, 57 and 4E. RGB value is (129,87,78). Sum of RGB (Red+Green+Blue) = 129+87+78=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 129 - color contains mainly: red. Hex color #81574E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81574E is #7EA8B1. Grayscale: #626262. Windows color (decimal): -8300722 or 5134209. OLE color: 5134209.

HSL color Cylindrical-coordinate representation of color #81574E: hue angle of 10.59º 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 #81574E is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB1298778-
CMYK00.330.400.49
HSL10.59º24.64%40.59%-
HSV(B)10.59º39.53%50.59%-
XYZ13.8412.038.8-
YUV98.53116.41149.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.88%
GREEN value IS 87 (34.38% from 255) = 29.59%
BLUE value IS 78 (30.86% from 255) = 26.53%
R=43.88%
G=29.59%
B=26.53%

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
Decimal129877800.330.400.4910.5924.6440.59
Hex81574E0212831b1929
Octal2011271160415061133151
Binary10000001101011110011100100001101000110001101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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