#8D4F4D

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

Shades of Lotus #8D4F4D

Tints of Lotus #8D4F4D

Color information

#8D4F4D (or 0x8D4F4D) is unknown color: approx Lotus. HEX triplet: 8D, 4F and 4D. RGB value is (141,79,77). Sum of RGB (Red+Green+Blue) = 141+79+77=297 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.47% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D4F4D is #72B0B2. Grayscale: #616161. Windows color (decimal): -7516339 or 5066637. OLE color: 5066637.

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

Color convert

RGB1417977-
CMYK00.440.450.45
HSL1.88º29.36%42.75%-
HSV(B)1.88º45.39%55.29%-
XYZ15.1211.798.5-
YUV97.31116.54159.16-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.47%
GREEN value IS 79 (31.25% from 255) = 26.60%
BLUE value IS 77 (30.47% from 255) = 25.93%
R=47.47%
G=26.60%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141797700.440.450.451.8829.3642.75
Hex8D4F4D02C2D2D21d2b
Octal215117115054555523553
Binary100011011001111100110101011001011011011011011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,79,77); }

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

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

 a { background-color: rgb(141,79,77); }

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

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

 span { border-color: rgb(141,79,77); }

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