#815452

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

Shades of Lotus #815452

Tints of Lotus #815452

Color information

#815452 (or 0x815452) is unknown color: approx Lotus. HEX triplet: 81, 54 and 52. RGB value is (129,84,82). Sum of RGB (Red+Green+Blue) = 129+84+82=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 129 - color contains mainly: red. Hex color #815452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815452 is #7EABAD. Grayscale: #616161. Windows color (decimal): -8301486 or 5395585. OLE color: 5395585.

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

Color convert

RGB1298482-
CMYK00.350.360.49
HSL2.55º22.27%41.37%-
HSV(B)2.55º36.43%50.59%-
XYZ13.7511.629.5-
YUV97.23119.41150.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.73%
GREEN value IS 84 (33.20% from 255) = 28.47%
BLUE value IS 82 (32.42% from 255) = 27.80%
R=43.73%
G=28.47%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129848200.350.360.492.5522.2741.37
Hex815452023243131629
Octal201124122043446132651
Binary100000011010100101001001000111001001100011110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815452; }

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

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

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

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

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

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

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

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