Html Css Color HEX #815251 Lotus

📋 copy color: '#815251'

red 129 ◦ green 82 ◦ blue 81

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

Shades of Lotus #815251

Tints of Lotus #815251

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.08%

 BLUE value IS 81 (32.03% from 255) = 27.74%

R = 44.18%
G = 28.08%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#815251 (or 0x815251) is known color: Lotus. HEX triplet: 81, 52 and 51. RGB value is (129,82,81). Sum of RGB (Red+Green+Blue) = 129+82+81=292 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.18% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 129 - color contains mainly: red. Hex color #815251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815251 is #7EADAE. Grayscale: #5F5F5F. Windows color (decimal): -8301999 or 5329537. OLE color: 5329537.

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

Color convert

RGB 129 82 81 -
CMYK 0 0.36 0.37 0.49
HSL 1.25º 0.23% 0.41% -
HSV(B) 1.25º 0.37% 0.51% -
XYZ 13.56 11.3 9.25 -
YUV 95.94 119.57 151.58 -
System Red Green Blue C M Y K H S L
Decimal 129 82 81 0 0.36 0.37 0.49 1.25 0.23 0.41
Hex 81 52 51 0 24 25 31 1 17 29
Octal 201 122 121 0 44 45 61 1 27 51
Binary 10000001 1010010 1010001 0 100100 100101 110001 1 10111 101001

Color Harmonies of #815251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815251

Black with #815251

Text Example


Text Example

White with #815251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815251; }

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

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

background-color css

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

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

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

border-color css

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

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

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