#855050

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

Shades of Lotus #855050

Tints of Lotus #855050

Color information

#855050 (or 0x855050) is unknown color: approx Lotus. HEX triplet: 85, 50 and 50. RGB value is (133,80,80). Sum of RGB (Red+Green+Blue) = 133+80+80=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #855050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855050 is #7AAFAF. Grayscale: #5F5F5F. Windows color (decimal): -8040368 or 5263493. OLE color: 5263493.

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

Color convert

RGB1338080-
CMYK00.400.400.48
HSL24.88%41.76%-
HSV(B)39.85%52.16%-
XYZ13.9911.39.03-
YUV95.85119.06154.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.39%
GREEN value IS 80 (31.64% from 255) = 27.30%
BLUE value IS 80 (31.64% from 255) = 27.30%
R=45.39%
G=27.30%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133808000.400.400.48024.8841.76
Hex85505002828300192a
Octal205120120050506003152
Binary10000101101000010100000101000101000110000011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855050; }

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

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

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

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

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

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

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

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