#845150

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

Shades of Lotus #845150

Tints of Lotus #845150

Color information

#845150 (or 0x845150) is unknown color: approx Lotus. HEX triplet: 84, 51 and 50. RGB value is (132,81,80). Sum of RGB (Red+Green+Blue) = 132+81+80=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #845150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845150 is #7BAEAF. Grayscale: #606060. Windows color (decimal): -8105648 or 5263748. OLE color: 5263748.

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

Color convert

RGB1328180-
CMYK00.390.390.48
HSL1.15º24.53%41.57%-
HSV(B)1.15º39.39%51.76%-
XYZ13.9111.379.05-
YUV96.14118.9153.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.05%
GREEN value IS 81 (32.03% from 255) = 27.65%
BLUE value IS 80 (31.64% from 255) = 27.30%
R=45.05%
G=27.65%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132818000.390.390.481.1524.5341.57
Hex84515002727301192a
Octal204121120047476013152
Binary10000100101000110100000100111100111110000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845150; }

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

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

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

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

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

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

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

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