#815151

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

Shades of Lotus #815151

Tints of Lotus #815151

Color information

#815151 (or 0x815151) is unknown color: approx Lotus. HEX triplet: 81, 51 and 51. RGB value is (129,81,81). Sum of RGB (Red+Green+Blue) = 129+81+81=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 129 - color contains mainly: red. Hex color #815151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815151 is #7EAEAE. Grayscale: #5F5F5F. Windows color (decimal): -8302255 or 5329281. OLE color: 5329281.

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

Color convert

RGB1298181-
CMYK00.370.370.49
HSL22.86%41.18%-
HSV(B)37.21%50.59%-
XYZ13.4811.159.23-
YUV95.35119.9152-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.33%
GREEN value IS 81 (32.03% from 255) = 27.84%
BLUE value IS 81 (32.03% from 255) = 27.84%
R=44.33%
G=27.84%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129818100.370.370.49022.8641.18
Hex815151025253101729
Octal201121121045456102751
Binary10000001101000110100010100101100101110001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815151; }

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

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

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

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

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

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

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

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