#885050

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

Shades of Lotus #885050

Tints of Lotus #885050

Color information

#885050 (or 0x885050) is unknown color: approx Lotus. HEX triplet: 88, 50 and 50. RGB value is (136,80,80). Sum of RGB (Red+Green+Blue) = 136+80+80=296 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.95% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 136 - color contains mainly: red. Hex color #885050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885050 is #77AFAF. Grayscale: #606060. Windows color (decimal): -7843760 or 5263496. OLE color: 5263496.

HSL color Cylindrical-coordinate representation of color #885050: hue angle of 0º 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 #885050 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1368080-
CMYK00.410.410.47
HSL25.93%42.35%-
HSV(B)41.18%53.33%-
XYZ14.4711.559.06-
YUV96.74118.55156-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.95%
GREEN value IS 80 (31.64% from 255) = 27.03%
BLUE value IS 80 (31.64% from 255) = 27.03%
R=45.95%
G=27.03%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136808000.410.410.47025.9342.35
Hex885050029292F01a2a
Octal210120120051515703252
Binary10001000101000010100000101001101001101111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885050; }

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

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

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

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

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

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

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

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