#8D4E4C

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

Shades of Lotus #8D4E4C

Tints of Lotus #8D4E4C

Color information

#8D4E4C (or 0x8D4E4C) is unknown color: approx Lotus. HEX triplet: 8D, 4E and 4C. RGB value is (141,78,76). Sum of RGB (Red+Green+Blue) = 141+78+76=295 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.80% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D4E4C is #72B1B3. Grayscale: #606060. Windows color (decimal): -7516596 or 5000845. OLE color: 5000845.

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

Color convert

RGB1417876-
CMYK00.450.460.45
HSL1.85º29.95%42.55%-
HSV(B)1.85º46.1%55.29%-
XYZ15.0111.638.29-
YUV96.61116.37159.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.80%
GREEN value IS 78 (30.86% from 255) = 26.44%
BLUE value IS 76 (30.08% from 255) = 25.76%
R=47.80%
G=26.44%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141787600.450.460.451.8529.9542.55
Hex8D4E4C02D2E2D21e2b
Octal215116114055565523653
Binary100011011001110100110001011011011101011011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,78,76); }

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

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

 a { background-color: rgb(141,78,76); }

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

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

 span { border-color: rgb(141,78,76); }

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