#8E514E

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

Shades of Lotus #8E514E

Tints of Lotus #8E514E

Color information

#8E514E (or 0x8E514E) is unknown color: approx Lotus. HEX triplet: 8E, 51 and 4E. RGB value is (142,81,78). Sum of RGB (Red+Green+Blue) = 142+81+78=301 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.18% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 142 - color contains mainly: red. Hex color #8E514E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E514E is #71AEB1. Grayscale: #626262. Windows color (decimal): -7450290 or 5132686. OLE color: 5132686.

HSL color Cylindrical-coordinate representation of color #8E514E: hue angle of 2.81º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8E514E is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB1428178-
CMYK00.430.450.44
HSL2.81º29.09%43.14%-
HSV(B)2.81º45.07%55.69%-
XYZ15.4712.198.74-
YUV98.9116.21158.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.18%
GREEN value IS 81 (32.03% from 255) = 26.91%
BLUE value IS 78 (30.86% from 255) = 25.91%
R=47.18%
G=26.91%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142817800.430.450.442.8129.0943.14
Hex8E514E02B2D2C31d2b
Octal216121116053555433553
Binary100011101010001100111001010111011011011001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E514E; }

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

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

<style>
 a { background-color: #8E514E; }

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

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

<style>
 span { border-color: #8E514E; }

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

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