#81514F

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

Shades of Lotus #81514F

Tints of Lotus #81514F

Color information

#81514F (or 0x81514F) is unknown color: approx Lotus. HEX triplet: 81, 51 and 4F. RGB value is (129,81,79). Sum of RGB (Red+Green+Blue) = 129+81+79=289 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.64% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 129 - color contains mainly: red. Hex color #81514F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81514F is #7EAEB0. Grayscale: #5F5F5F. Windows color (decimal): -8302257 or 5198209. OLE color: 5198209.

HSL color Cylindrical-coordinate representation of color #81514F: hue angle of 2.4º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81514F is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB1298179-
CMYK00.370.390.49
HSL2.4º24.04%40.78%-
HSV(B)2.4º38.76%50.59%-
XYZ13.4111.128.84-
YUV95.12118.9152.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.64%
GREEN value IS 81 (32.03% from 255) = 28.03%
BLUE value IS 79 (31.25% from 255) = 27.34%
R=44.64%
G=28.03%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129817900.370.390.492.424.0440.78
Hex81514F025273121829
Octal201121117045476123051
Binary100000011010001100111101001011001111100011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81514F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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