#8E5454

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

Shades of Lotus #8E5454

Tints of Lotus #8E5454

Color information

#8E5454 (or 0x8E5454) is unknown color: approx Lotus. HEX triplet: 8E, 54 and 54. RGB value is (142,84,84). Sum of RGB (Red+Green+Blue) = 142+84+84=310 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.81% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5454 is #71ABAB. Grayscale: #656565. Windows color (decimal): -7449516 or 5526670. OLE color: 5526670.

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

Color convert

RGB1428484-
CMYK00.410.410.44
HSL25.66%44.31%-
HSV(B)40.85%55.69%-
XYZ15.9312.7310.01-
YUV101.34118.22157-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.81%
GREEN value IS 84 (33.20% from 255) = 27.10%
BLUE value IS 84 (33.20% from 255) = 27.10%
R=45.81%
G=27.10%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142848400.410.410.44025.6644.31
Hex8E5454029292C01a2c
Octal216124124051515403254
Binary10001110101010010101000101001101001101100011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,84,84); }

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

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

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

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

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

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

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