#885150

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

Shades of Lotus #885150

Tints of Lotus #885150

Color information

#885150 (or 0x885150) is unknown color: approx Lotus. HEX triplet: 88, 51 and 50. RGB value is (136,81,80). Sum of RGB (Red+Green+Blue) = 136+81+80=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 136 - color contains mainly: red. Hex color #885150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885150 is #77AEAF. Grayscale: #616161. Windows color (decimal): -7843504 or 5263752. OLE color: 5263752.

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

Color convert

RGB1368180-
CMYK00.400.410.47
HSL1.07º25.93%42.35%-
HSV(B)1.07º41.18%53.33%-
XYZ14.5411.79.08-
YUV97.33118.22155.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.79%
GREEN value IS 81 (32.03% from 255) = 27.27%
BLUE value IS 80 (31.64% from 255) = 26.94%
R=45.79%
G=27.27%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136818000.400.410.471.0725.9342.35
Hex885150028292F11a2a
Octal210121120050515713252
Binary10001000101000110100000101000101001101111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885150; }

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

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

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

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

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

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

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

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