#8D5450

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

Shades of Lotus #8D5450

Tints of Lotus #8D5450

Color information

#8D5450 (or 0x8D5450) is unknown color: approx Lotus. HEX triplet: 8D, 54 and 50. RGB value is (141,84,80). Sum of RGB (Red+Green+Blue) = 141+84+80=305 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.23% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5450 is #72ABAF. Grayscale: #646464. Windows color (decimal): -7515056 or 5264525. OLE color: 5264525.

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

Color convert

RGB1418480-
CMYK00.400.430.45
HSL3.93º27.6%43.33%-
HSV(B)3.93º43.26%55.29%-
XYZ15.612.589.2-
YUV100.59116.38156.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.23%
GREEN value IS 84 (33.20% from 255) = 27.54%
BLUE value IS 80 (31.64% from 255) = 26.23%
R=46.23%
G=27.54%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141848000.400.430.453.9327.643.33
Hex8D54500282B2D41c2b
Octal215124120050535543453
Binary1000110110101001010000010100010101110110110011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,84,80); }

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

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

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

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

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

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

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