#855149

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

Shades of Lotus #855149

Tints of Lotus #855149

Color information

#855149 (or 0x855149) is unknown color: approx Lotus. HEX triplet: 85, 51 and 49. RGB value is (133,81,73). Sum of RGB (Red+Green+Blue) = 133+81+73=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #855149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855149 is #7AAEB6. Grayscale: #5F5F5F. Windows color (decimal): -8040119 or 4804997. OLE color: 4804997.

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

Color convert

RGB1338173-
CMYK00.390.450.48
HSL29.13%40.39%-
HSV(B)45.11%52.16%-
XYZ13.8211.357.77-
YUV95.64115.23154.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.34%
GREEN value IS 81 (32.03% from 255) = 28.22%
BLUE value IS 73 (28.91% from 255) = 25.44%
R=46.34%
G=28.22%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133817300.390.450.48829.1340.39
Hex8551490272D3081d28
Octal2051211110475560103550
Binary10000101101000110010010100111101101110000100011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855149; }

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

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

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

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

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

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

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

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