#81524F

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

Shades of Lotus #81524F

Tints of Lotus #81524F

Color information

#81524F (or 0x81524F) is unknown color: approx Lotus. HEX triplet: 81, 52 and 4F. RGB value is (129,82,79). Sum of RGB (Red+Green+Blue) = 129+82+79=290 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.48% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 129 - color contains mainly: red. Hex color #81524F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81524F is #7EADB0. Grayscale: #5F5F5F. Windows color (decimal): -8302001 or 5198465. OLE color: 5198465.

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

Color convert

RGB1298279-
CMYK00.360.390.49
HSL3.6º24.04%40.78%-
HSV(B)3.6º38.76%50.59%-
XYZ13.4811.278.86-
YUV95.71118.57151.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.48%
GREEN value IS 82 (32.42% from 255) = 28.28%
BLUE value IS 79 (31.25% from 255) = 27.24%
R=44.48%
G=28.28%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129827900.360.390.493.624.0440.78
Hex81524F024273141829
Octal201122117044476143051
Binary1000000110100101001111010010010011111000110011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81524F; }

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

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

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

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

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

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

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

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