#825250

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

Shades of Lotus #825250

Tints of Lotus #825250

Color information

#825250 (or 0x825250) is unknown color: approx Lotus. HEX triplet: 82, 52 and 50. RGB value is (130,82,80). Sum of RGB (Red+Green+Blue) = 130+82+80=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #825250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825250 is #7DADAF. Grayscale: #606060. Windows color (decimal): -8236464 or 5264002. OLE color: 5264002.

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

Color convert

RGB1308280-
CMYK00.370.380.49
HSL2.4º23.81%41.18%-
HSV(B)2.4º38.46%50.98%-
XYZ13.6711.369.06-
YUV96.12118.9152.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.52%
GREEN value IS 82 (32.42% from 255) = 28.08%
BLUE value IS 80 (31.64% from 255) = 27.40%
R=44.52%
G=28.08%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130828000.370.380.492.423.8141.18
Hex825250025263121829
Octal202122120045466123051
Binary100000101010010101000001001011001101100011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825250; }

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

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

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

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

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

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

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

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