#814F4F

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

Shades of Lotus #814F4F

Tints of Lotus #814F4F

Color information

#814F4F (or 0x814F4F) is unknown color: approx Lotus. HEX triplet: 81, 4F and 4F. RGB value is (129,79,79). Sum of RGB (Red+Green+Blue) = 129+79+79=287 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.95% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 129 - color contains mainly: red. Hex color #814F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #814F4F is #7EB0B0. Grayscale: #5E5E5E. Windows color (decimal): -8302769 or 5197697. OLE color: 5197697.

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

Color convert

RGB1297979-
CMYK00.390.390.49
HSL24.04%40.78%-
HSV(B)38.76%50.59%-
XYZ13.2610.828.79-
YUV93.95119.56153-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.95%
GREEN value IS 79 (31.25% from 255) = 27.53%
BLUE value IS 79 (31.25% from 255) = 27.53%
R=44.95%
G=27.53%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129797900.390.390.49024.0440.78
Hex814F4F027273101829
Octal201117117047476103051
Binary10000001100111110011110100111100111110001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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