#825050

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

Shades of Lotus #825050

Tints of Lotus #825050

Color information

#825050 (or 0x825050) is unknown color: approx Lotus. HEX triplet: 82, 50 and 50. RGB value is (130,80,80). Sum of RGB (Red+Green+Blue) = 130+80+80=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 130 - color contains mainly: red. Hex color #825050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825050 is #7DAFAF. Grayscale: #5E5E5E. Windows color (decimal): -8236976 or 5263490. OLE color: 5263490.

HSL color Cylindrical-coordinate representation of color #825050: hue angle of 0º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #825050 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB1308080-
CMYK00.380.380.49
HSL23.81%41.18%-
HSV(B)38.46%50.98%-
XYZ13.5211.069.01-
YUV94.95119.56153-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.83%
GREEN value IS 80 (31.64% from 255) = 27.59%
BLUE value IS 80 (31.64% from 255) = 27.59%
R=44.83%
G=27.59%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130808000.380.380.49023.8141.18
Hex825050026263101829
Octal202120120046466103051
Binary10000010101000010100000100110100110110001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825050; }

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

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

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

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

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

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

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

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