#805551

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

Shades of Lotus #805551

Tints of Lotus #805551

Color information

#805551 (or 0x805551) is unknown color: approx Lotus. HEX triplet: 80, 55 and 51. RGB value is (128,85,81). Sum of RGB (Red+Green+Blue) = 128+85+81=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 128 - color contains mainly: red. Hex color #805551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805551 is #7FAAAE. Grayscale: #616161. Windows color (decimal): -8366767 or 5330304. OLE color: 5330304.

HSL color Cylindrical-coordinate representation of color #805551: hue angle of 5.11º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #805551 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.50.

Color convert

RGB1288581-
CMYK00.340.370.50
HSL5.11º22.49%40.98%-
HSV(B)5.11º36.72%50.2%-
XYZ13.6411.689.32-
YUV97.4118.75149.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.54%
GREEN value IS 85 (33.59% from 255) = 28.91%
BLUE value IS 81 (32.03% from 255) = 27.55%
R=43.54%
G=28.91%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128858100.340.370.505.1122.4940.98
Hex805551022253251629
Octal200125121042456252651
Binary1000000010101011010001010001010010111001010110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805551; }

 p { color: rgb(128,85,81); }

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

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

 a { background-color: rgb(128,85,81); }

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

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

 span { border-color: rgb(128,85,81); }

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