#865150

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

Shades of Lotus #865150

Tints of Lotus #865150

Color information

#865150 (or 0x865150) is unknown color: approx Lotus. HEX triplet: 86, 51 and 50. RGB value is (134,81,80). Sum of RGB (Red+Green+Blue) = 134+81+80=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #865150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865150 is #79AEAF. Grayscale: #606060. Windows color (decimal): -7974576 or 5263750. OLE color: 5263750.

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

Color convert

RGB1348180-
CMYK00.400.400.47
HSL1.11º25.23%41.96%-
HSV(B)1.11º40.3%52.55%-
XYZ14.2211.539.07-
YUV96.73118.56154.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.42%
GREEN value IS 81 (32.03% from 255) = 27.46%
BLUE value IS 80 (31.64% from 255) = 27.12%
R=45.42%
G=27.46%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134818000.400.400.471.1125.2341.96
Hex865150028282F1192a
Octal206121120050505713152
Binary10000110101000110100000101000101000101111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865150; }

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

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

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

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

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

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

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

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