#855150

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

Shades of Lotus #855150

Tints of Lotus #855150

Color information

#855150 (or 0x855150) is unknown color: approx Lotus. HEX triplet: 85, 51 and 50. RGB value is (133,81,80). Sum of RGB (Red+Green+Blue) = 133+81+80=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #855150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855150 is #7AAEAF. Grayscale: #606060. Windows color (decimal): -8040112 or 5263749. OLE color: 5263749.

HSL color Cylindrical-coordinate representation of color #855150: hue angle of 1.13º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #855150 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB1338180-
CMYK00.390.400.48
HSL1.13º24.88%41.76%-
HSV(B)1.13º39.85%52.16%-
XYZ14.0611.459.06-
YUV96.43118.73154.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.24%
GREEN value IS 81 (32.03% from 255) = 27.55%
BLUE value IS 80 (31.64% from 255) = 27.21%
R=45.24%
G=27.55%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133818000.390.400.481.1324.8841.76
Hex85515002728301192a
Octal205121120047506013152
Binary10000101101000110100000100111101000110000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855150; }

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

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

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

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

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

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

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

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