#8D4F4A

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

Shades of Lotus #8D4F4A

Tints of Lotus #8D4F4A

Color information

#8D4F4A (or 0x8D4F4A) is unknown color: approx Lotus. HEX triplet: 8D, 4F and 4A. RGB value is (141,79,74). Sum of RGB (Red+Green+Blue) = 141+79+74=294 (38% of max value = 765). Red value is 141 (55.47% from 255 or 47.96% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D4F4A is #72B0B5. Grayscale: #616161. Windows color (decimal): -7516342 or 4870029. OLE color: 4870029.

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

Color convert

RGB1417974-
CMYK00.440.480.45
HSL4.48º31.16%42.16%-
HSV(B)4.48º47.52%55.29%-
XYZ15.0211.757.95-
YUV96.97115.04159.41-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.96%
GREEN value IS 79 (31.25% from 255) = 26.87%
BLUE value IS 74 (29.30% from 255) = 25.17%
R=47.96%
G=26.87%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141797400.440.480.454.4831.1642.16
Hex8D4F4A02C302D41f2a
Octal215117112054605543752
Binary1000110110011111001010010110011000010110110011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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