#88514F

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

Shades of Lotus #88514F

Tints of Lotus #88514F

Color information

#88514F (or 0x88514F) is unknown color: approx Lotus. HEX triplet: 88, 51 and 4F. RGB value is (136,81,79). Sum of RGB (Red+Green+Blue) = 136+81+79=296 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.95% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 136 - color contains mainly: red. Hex color #88514F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88514F is #77AEB0. Grayscale: #616161. Windows color (decimal): -7843505 or 5198216. OLE color: 5198216.

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

Color convert

RGB1368179-
CMYK00.400.420.47
HSL2.11º26.51%42.16%-
HSV(B)2.11º41.91%53.33%-
XYZ14.5111.688.89-
YUV97.22117.72155.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.95%
GREEN value IS 81 (32.03% from 255) = 27.36%
BLUE value IS 79 (31.25% from 255) = 26.69%
R=45.95%
G=27.36%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136817900.400.420.472.1126.5142.16
Hex88514F0282A2F21b2a
Octal210121117050525723352
Binary100010001010001100111101010001010101011111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88514F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88514F; }

 p { color: rgb(136,81,79); }

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

<style>
 a { background-color: #88514F; }

 a { background-color: rgb(136,81,79); }

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

<style>
 span { border-color: #88514F; }

 span { border-color: rgb(136,81,79); }

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