Html Css Color HEX #82524A Lotus

📋 copy color: '#82524A'

red 130 ◦ green 82 ◦ blue 74

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

Shades of Lotus #82524A

Tints of Lotus #82524A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.87%

R = 45.45%
G = 28.67%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#82524A (or 0x82524A) is known color: Lotus. HEX triplet: 82, 52 and 4A. RGB value is (130,82,74). Sum of RGB (Red+Green+Blue) = 130+82+74=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 130 - color contains mainly: red. Hex color #82524A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82524A is #7DADB5. Grayscale: #5F5F5F. Windows color (decimal): -8236470 or 4870786. OLE color: 4870786.

HSL color Cylindrical-coordinate representation of color #82524A: hue angle of 8.57º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82524A is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 82 74 -
CMYK 0 0.37 0.43 0.49
HSL 8.57º 0.27% 0.4% -
HSV(B) 8.57º 0.43% 0.51% -
XYZ 13.46 11.27 7.95 -
YUV 95.44 115.9 152.65 -
System Red Green Blue C M Y K H S L
Decimal 130 82 74 0 0.37 0.43 0.49 8.57 0.27 0.4
Hex 82 52 4A 0 25 2B 31 9 1B 28
Octal 202 122 112 0 45 53 61 11 33 50
Binary 10000010 1010010 1001010 0 100101 101011 110001 1001 11011 101000

Color Harmonies of #82524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82524A

Black with #82524A

Text Example


Text Example

White with #82524A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82524A; }

 p { color: rgb(130,82,74); }

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

background-color css

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

 a { background-color: rgb(130,82,74); }

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

border-color css

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

 span { border-color: rgb(130,82,74); }

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