#81504D

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

Shades of Lotus #81504D

Tints of Lotus #81504D

Color information

#81504D (or 0x81504D) is unknown color: approx Lotus. HEX triplet: 81, 50 and 4D. RGB value is (129,80,77). Sum of RGB (Red+Green+Blue) = 129+80+77=286 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.10% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 129 - color contains mainly: red. Hex color #81504D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81504D is #7EAFB2. Grayscale: #5E5E5E. Windows color (decimal): -8302515 or 5066881. OLE color: 5066881.

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

Color convert

RGB1298077-
CMYK00.380.400.49
HSL3.46º25.24%40.39%-
HSV(B)3.46º40.31%50.59%-
XYZ13.2610.948.43-
YUV94.31118.23152.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.10%
GREEN value IS 80 (31.64% from 255) = 27.97%
BLUE value IS 77 (30.47% from 255) = 26.92%
R=45.10%
G=27.97%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129807700.380.400.493.4625.2440.39
Hex81504D026283131928
Octal201120115046506133150
Binary100000011010000100110101001101010001100011111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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