Html Css Color HEX #815855 Lotus

📋 copy color: '#815855'

red 129 ◦ green 88 ◦ blue 85

#815855
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lotus #815855

Tints of Lotus #815855

RGB

 RED value IS 129 (50.78% from 255) = 42.72%

 GREEN value IS 88 (34.77% from 255) = 29.14%

 BLUE value IS 85 (33.59% from 255) = 28.15%

R = 42.72%
G = 29.14%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#815855 (or 0x815855) is known color: Lotus. HEX triplet: 81, 58 and 55. RGB value is (129,88,85). Sum of RGB (Red+Green+Blue) = 129+88+85=302 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.72% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 129 - color contains mainly: red. Hex color #815855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815855 is #7EA7AA. Grayscale: #636363. Windows color (decimal): -8300459 or 5593217. OLE color: 5593217.

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

Color convert

RGB 129 88 85 -
CMYK 0 0.32 0.34 0.49
HSL 4.09º 0.21% 0.42% -
HSV(B) 4.09º 0.34% 0.51% -
XYZ 14.18 12.3 10.22 -
YUV 99.92 119.58 148.74 -
System Red Green Blue C M Y K H S L
Decimal 129 88 85 0 0.32 0.34 0.49 4.09 0.21 0.42
Hex 81 58 55 0 20 22 31 4 15 2A
Octal 201 130 125 0 40 42 61 4 25 52
Binary 10000001 1011000 1010101 0 100000 100010 110001 100 10101 101010

Color Harmonies of #815855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815855

Black with #815855

Text Example


Text Example

White with #815855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815855; }

 p { color: rgb(129,88,85); }

 H1.HeaderClassName
 {
   color: #815855;
 }
 .AnyTagClassName
 {
   color: #815855;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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