Html Css Color HEX #81504D Lotus

📋 copy color: '#81504D'

red 129 ◦ green 80 ◦ blue 77

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

Shades of Lotus #81504D

Tints of Lotus #81504D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.97%

 BLUE value IS 77 (30.47% from 255) = 26.92%

R = 45.1%
G = 27.97%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#81504D (or 0x81504D) is known color: Lotus. HEX triplet: 81, 50 and 4D. RGB value is (129,80,77). Sum of RGB (Red+Green+Blue) = 129+80+77=286 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.10% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 129 - color contains mainly: red. Hex color #81504D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81504D is #7EAFB2. Grayscale: #5E5E5E. Windows color (decimal): -8302515 or 5066881. OLE color: 5066881.

HSL color Cylindrical-coordinate representation of color #81504D: hue angle of 3.46º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81504D is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 80 77 -
CMYK 0 0.38 0.40 0.49
HSL 3.46º 0.25% 0.4% -
HSV(B) 3.46º 0.4% 0.51% -
XYZ 13.26 10.94 8.43 -
YUV 94.31 118.23 152.74 -
System Red Green Blue C M Y K H S L
Decimal 129 80 77 0 0.38 0.40 0.49 3.46 0.25 0.4
Hex 81 50 4D 0 26 28 31 3 19 28
Octal 201 120 115 0 46 50 61 3 31 50
Binary 10000001 1010000 1001101 0 100110 101000 110001 11 11001 101000

Color Harmonies of #81504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81504D

Black with #81504D

Text Example


Text Example

White with #81504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81504D; }

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

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

background-color css

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

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

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

border-color css

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

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

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