#845050

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

Shades of Lotus #845050

Tints of Lotus #845050

Color information

#845050 (or 0x845050) is unknown color: approx Lotus. HEX triplet: 84, 50 and 50. RGB value is (132,80,80). Sum of RGB (Red+Green+Blue) = 132+80+80=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 132 - color contains mainly: red. Hex color #845050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845050 is #7BAFAF. Grayscale: #5F5F5F. Windows color (decimal): -8105904 or 5263492. OLE color: 5263492.

HSL color Cylindrical-coordinate representation of color #845050: 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.39%. Process color model (Four color, CMYK) of #845050 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB1328080-
CMYK00.390.390.48
HSL24.53%41.57%-
HSV(B)39.39%51.76%-
XYZ13.8311.229.03-
YUV95.55119.23154-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.21%
GREEN value IS 80 (31.64% from 255) = 27.40%
BLUE value IS 80 (31.64% from 255) = 27.40%
R=45.21%
G=27.40%
B=27.40%

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
Decimal132808000.390.390.48024.5341.57
Hex84505002727300192a
Octal204120120047476003152
Binary10000100101000010100000100111100111110000011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845050; }

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

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

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

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

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

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

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

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