Html Css Color HEX #815150 Lotus

📋 copy color: '#815150'

red 129 ◦ green 81 ◦ blue 80

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

Shades of Lotus #815150

Tints of Lotus #815150

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.93%

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

R = 44.48%
G = 27.93%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#815150 (or 0x815150) is known color: Lotus. HEX triplet: 81, 51 and 50. RGB value is (129,81,80). Sum of RGB (Red+Green+Blue) = 129+81+80=290 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.48% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 129 - color contains mainly: red. Hex color #815150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815150 is #7EAEAF. Grayscale: #5F5F5F. Windows color (decimal): -8302256 or 5263745. OLE color: 5263745.

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

Color convert

RGB 129 81 80 -
CMYK 0 0.37 0.38 0.49
HSL 1.22º 0.23% 0.41% -
HSV(B) 1.22º 0.38% 0.51% -
XYZ 13.44 11.13 9.03 -
YUV 95.24 119.4 152.08 -
System Red Green Blue C M Y K H S L
Decimal 129 81 80 0 0.37 0.38 0.49 1.22 0.23 0.41
Hex 81 51 50 0 25 26 31 1 17 29
Octal 201 121 120 0 45 46 61 1 27 51
Binary 10000001 1010001 1010000 0 100101 100110 110001 1 10111 101001

Color Harmonies of #815150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815150

Black with #815150

Text Example


Text Example

White with #815150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815150; }

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

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

background-color css

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

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

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

border-color css

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

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

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