Html Css Color HEX #815250 Lotus

📋 copy color: '#815250'

red 129 ◦ green 82 ◦ blue 80

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

Shades of Lotus #815250

Tints of Lotus #815250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 27.49%

R = 44.33%
G = 28.18%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#815250 (or 0x815250) is known color: Lotus. HEX triplet: 81, 52 and 50. RGB value is (129,82,80). Sum of RGB (Red+Green+Blue) = 129+82+80=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 129 - color contains mainly: red. Hex color #815250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815250 is #7EADAF. Grayscale: #5F5F5F. Windows color (decimal): -8302000 or 5264001. OLE color: 5264001.

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

Color convert

RGB 129 82 80 -
CMYK 0 0.36 0.38 0.49
HSL 2.45º 0.23% 0.41% -
HSV(B) 2.45º 0.38% 0.51% -
XYZ 13.52 11.28 9.05 -
YUV 95.83 119.07 151.66 -
System Red Green Blue C M Y K H S L
Decimal 129 82 80 0 0.36 0.38 0.49 2.45 0.23 0.41
Hex 81 52 50 0 24 26 31 2 17 29
Octal 201 122 120 0 44 46 61 2 27 51
Binary 10000001 1010010 1010000 0 100100 100110 110001 10 10111 101001

Color Harmonies of #815250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815250

Black with #815250

Text Example


Text Example

White with #815250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815250; }

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

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

background-color css

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

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

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

border-color css

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

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

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