#815252

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

Shades of Lotus #815252

Tints of Lotus #815252

Color information

#815252 (or 0x815252) is unknown color: approx Lotus. HEX triplet: 81, 52 and 52. RGB value is (129,82,82). Sum of RGB (Red+Green+Blue) = 129+82+82=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 129 - color contains mainly: red. Hex color #815252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815252 is #7EADAD. Grayscale: #606060. Windows color (decimal): -8301998 or 5395073. OLE color: 5395073.

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

Color convert

RGB1298282-
CMYK00.360.360.49
HSL22.27%41.37%-
HSV(B)36.43%50.59%-
XYZ13.5911.319.45-
YUV96.05120.07151.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.03%
GREEN value IS 82 (32.42% from 255) = 27.99%
BLUE value IS 82 (32.42% from 255) = 27.99%
R=44.03%
G=27.99%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129828200.360.360.49022.2741.37
Hex815252024243101629
Octal201122122044446102651
Binary10000001101001010100100100100100100110001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815252; }

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

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

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

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

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

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

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

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