#814B47

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

Shades of Lotus #814B47

Tints of Lotus #814B47

Color information

#814B47 (or 0x814B47) is unknown color: approx Lotus. HEX triplet: 81, 4B and 47. RGB value is (129,75,71). Sum of RGB (Red+Green+Blue) = 129+75+71=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 75 (29.69% from 255 or 27.27% from 275); Blue value is 71 (28.12% from 255 or 25.82% from 275); Max value from RGB is 129 - color contains mainly: red. Hex color #814B47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814B47 is #7EB4B8. Grayscale: #5A5A5A. Windows color (decimal): -8303801 or 4672385. OLE color: 4672385.

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

Color convert

RGB1297571-
CMYK00.420.450.49
HSL4.14º29%39.22%-
HSV(B)4.14º44.96%50.59%-
XYZ12.7110.157.25-
YUV90.69116.89155.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.91%
GREEN value IS 75 (29.69% from 255) = 27.27%
BLUE value IS 71 (28.12% from 255) = 25.82%
R=46.91%
G=27.27%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129757100.420.450.494.142939.22
Hex814B4702A2D3141d27
Octal201113107052556143547
Binary1000000110010111000111010101010110111000110011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814B47; }

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

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

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

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

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

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

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

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