#81534B

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

Shades of Lotus #81534B

Tints of Lotus #81534B

Color information

#81534B (or 0x81534B) is unknown color: approx Lotus. HEX triplet: 81, 53 and 4B. RGB value is (129,83,75). Sum of RGB (Red+Green+Blue) = 129+83+75=287 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.95% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 129 - color contains mainly: red. Hex color #81534B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81534B is #7EACB4. Grayscale: #5F5F5F. Windows color (decimal): -8301749 or 4936577. OLE color: 4936577.

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

Color convert

RGB1298375-
CMYK00.360.420.49
HSL8.89º26.47%40%-
HSV(B)8.89º41.86%50.59%-
XYZ13.4211.368.14-
YUV95.84116.24151.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.95%
GREEN value IS 83 (32.81% from 255) = 28.92%
BLUE value IS 75 (29.69% from 255) = 26.13%
R=44.95%
G=28.92%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129837500.360.420.498.8926.4740
Hex81534B0242A3191a28
Octal2011231130445261113250
Binary10000001101001110010110100100101010110001100111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81534B; }

 p { color: rgb(129,83,75); }

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

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

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

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

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

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

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