Html Css Color HEX #82504B Lotus

📋 copy color: '#82504B'

red 130 ◦ green 80 ◦ blue 75

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

Shades of Lotus #82504B

Tints of Lotus #82504B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.32%

R = 45.61%
G = 28.07%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#82504B (or 0x82504B) is known color: Lotus. HEX triplet: 82, 50 and 4B. RGB value is (130,80,75). Sum of RGB (Red+Green+Blue) = 130+80+75=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #82504B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82504B is #7DAFB4. Grayscale: #5E5E5E. Windows color (decimal): -8236981 or 4935810. OLE color: 4935810.

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

Color convert

RGB 130 80 75 -
CMYK 0 0.38 0.42 0.49
HSL 5.45º 0.27% 0.4% -
HSV(B) 5.45º 0.42% 0.51% -
XYZ 13.34 10.99 8.07 -
YUV 94.38 117.07 153.41 -
System Red Green Blue C M Y K H S L
Decimal 130 80 75 0 0.38 0.42 0.49 5.45 0.27 0.4
Hex 82 50 4B 0 26 2A 31 5 1B 28
Octal 202 120 113 0 46 52 61 5 33 50
Binary 10000010 1010000 1001011 0 100110 101010 110001 101 11011 101000

Color Harmonies of #82504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82504B

Black with #82504B

Text Example


Text Example

White with #82504B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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