Html Css Color HEX #82504D Lotus

📋 copy color: '#82504D'

red 130 ◦ green 80 ◦ blue 77

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

Shades of Lotus #82504D

Tints of Lotus #82504D

RGB

 RED value IS 130 (51.17% from 255) = 45.3%

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

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

R = 45.3%
G = 27.87%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#82504D (or 0x82504D) is known color: Lotus. HEX triplet: 82, 50 and 4D. RGB value is (130,80,77). Sum of RGB (Red+Green+Blue) = 130+80+77=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #82504D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82504D is #7DAFB2. Grayscale: #5E5E5E. Windows color (decimal): -8236979 or 5066882. OLE color: 5066882.

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

Color convert

RGB 130 80 77 -
CMYK 0 0.38 0.41 0.49
HSL 3.4º 0.26% 0.41% -
HSV(B) 3.4º 0.41% 0.51% -
XYZ 13.41 11.02 8.44 -
YUV 94.61 118.07 153.24 -
System Red Green Blue C M Y K H S L
Decimal 130 80 77 0 0.38 0.41 0.49 3.4 0.26 0.41
Hex 82 50 4D 0 26 29 31 3 1A 29
Octal 202 120 115 0 46 51 61 3 32 51
Binary 10000010 1010000 1001101 0 100110 101001 110001 11 11010 101001

Color Harmonies of #82504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82504D

Black with #82504D

Text Example


Text Example

White with #82504D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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