#88504E

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

Shades of Lotus #88504E

Tints of Lotus #88504E

Color information

#88504E (or 0x88504E) is unknown color: approx Lotus. HEX triplet: 88, 50 and 4E. RGB value is (136,80,78). Sum of RGB (Red+Green+Blue) = 136+80+78=294 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.26% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 136 - color contains mainly: red. Hex color #88504E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88504E is #77AFB1. Grayscale: #606060. Windows color (decimal): -7843762 or 5132424. OLE color: 5132424.

HSL color Cylindrical-coordinate representation of color #88504E: hue angle of 2.07º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88504E is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB1368078-
CMYK00.410.430.47
HSL2.07º27.1%41.96%-
HSV(B)2.07º42.65%53.33%-
XYZ14.411.528.67-
YUV96.52117.55156.16-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.26%
GREEN value IS 80 (31.64% from 255) = 27.21%
BLUE value IS 78 (30.86% from 255) = 26.53%
R=46.26%
G=27.21%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136807800.410.430.472.0727.141.96
Hex88504E0292B2F21b2a
Octal210120116051535723352
Binary100010001010000100111001010011010111011111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88504E; }

 p { color: rgb(136,80,78); }

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

<style>
 a { background-color: #88504E; }

 a { background-color: rgb(136,80,78); }

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

<style>
 span { border-color: #88504E; }

 span { border-color: rgb(136,80,78); }

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