#815553

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

Shades of Lotus #815553

Tints of Lotus #815553

Color information

#815553 (or 0x815553) is unknown color: approx Lotus. HEX triplet: 81, 55 and 53. RGB value is (129,85,83). Sum of RGB (Red+Green+Blue) = 129+85+83=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 129 - color contains mainly: red. Hex color #815553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815553 is #7EAAAC. Grayscale: #616161. Windows color (decimal): -8301229 or 5461377. OLE color: 5461377.

HSL color Cylindrical-coordinate representation of color #815553: hue angle of 2.61º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #815553 is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB1298583-
CMYK00.340.360.49
HSL2.61º21.7%41.57%-
HSV(B)2.61º35.66%50.59%-
XYZ13.8611.799.73-
YUV97.93119.58150.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.43%
GREEN value IS 85 (33.59% from 255) = 28.62%
BLUE value IS 83 (32.81% from 255) = 27.95%
R=43.43%
G=28.62%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129858300.340.360.492.6121.741.57
Hex81555302224313162a
Octal201125123042446132652
Binary100000011010101101001101000101001001100011110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815553; }

 p { color: rgb(129,85,83); }

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

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

 a { background-color: rgb(129,85,83); }

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

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

 span { border-color: rgb(129,85,83); }

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