#81514E

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

Shades of Lotus #81514E

Tints of Lotus #81514E

Color information

#81514E (or 0x81514E) is unknown color: approx Lotus. HEX triplet: 81, 51 and 4E. RGB value is (129,81,78). Sum of RGB (Red+Green+Blue) = 129+81+78=288 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.79% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 129 - color contains mainly: red. Hex color #81514E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81514E is #7EAEB1. Grayscale: #5F5F5F. Windows color (decimal): -8302258 or 5132673. OLE color: 5132673.

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

Color convert

RGB1298178-
CMYK00.370.400.49
HSL3.53º24.64%40.59%-
HSV(B)3.53º39.53%50.59%-
XYZ13.3711.18.65-
YUV95.01118.4152.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.79%
GREEN value IS 81 (32.03% from 255) = 28.12%
BLUE value IS 78 (30.86% from 255) = 27.08%
R=44.79%
G=28.12%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129817800.370.400.493.5324.6440.59
Hex81514E025283141929
Octal201121116045506143151
Binary1000000110100011001110010010110100011000110011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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