#825252

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

Shades of Lotus #825252

Tints of Lotus #825252

Color information

#825252 (or 0x825252) is unknown color: approx Lotus. HEX triplet: 82, 52 and 52. RGB value is (130,82,82). Sum of RGB (Red+Green+Blue) = 130+82+82=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #825252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825252 is #7DADAD. Grayscale: #606060. Windows color (decimal): -8236462 or 5395074. OLE color: 5395074.

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

Color convert

RGB1308282-
CMYK00.370.370.49
HSL22.64%41.57%-
HSV(B)36.92%50.98%-
XYZ13.7511.399.46-
YUV96.35119.9152-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.22%
GREEN value IS 82 (32.42% from 255) = 27.89%
BLUE value IS 82 (32.42% from 255) = 27.89%
R=44.22%
G=27.89%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130828200.370.370.49022.6441.57
Hex82525202525310172a
Octal202122122045456102752
Binary10000010101001010100100100101100101110001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825252; }

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

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

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

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

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

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

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

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