#8D5252

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

Shades of Lotus #8D5252

Tints of Lotus #8D5252

Color information

#8D5252 (or 0x8D5252) is unknown color: approx Lotus. HEX triplet: 8D, 52 and 52. RGB value is (141,82,82). Sum of RGB (Red+Green+Blue) = 141+82+82=305 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.23% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5252 is #72ADAD. Grayscale: #636363. Windows color (decimal): -7515566 or 5395085. OLE color: 5395085.

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

Color convert

RGB1418282-
CMYK00.420.420.45
HSL26.46%43.73%-
HSV(B)41.84%55.29%-
XYZ15.5212.319.54-
YUV99.64118.05157.5-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.23%
GREEN value IS 82 (32.42% from 255) = 26.89%
BLUE value IS 82 (32.42% from 255) = 26.89%
R=46.23%
G=26.89%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141828200.420.420.45026.4643.73
Hex8D525202A2A2D01a2c
Octal215122122052525503254
Binary10001101101001010100100101010101010101101011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,82,82); }

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

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

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

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

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

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

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