#524D5D

Color #524D5D Mulled Wine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulled Wine #524D5D

Tints of Mulled Wine #524D5D

Color information

#524D5D (or 0x524D5D) is unknown color: approx Mulled Wine. HEX triplet: 52, 4D and 5D. RGB value is (82,77,93). Sum of RGB (Red+Green+Blue) = 82+77+93=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 93 - color contains mainly: blue. Hex color #524D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524D5D is #ADB2A2. Grayscale: #505050. Windows color (decimal): -11383459 or 6114642. OLE color: 6114642.

HSL color Cylindrical-coordinate representation of color #524D5D: hue angle of 258.75º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #524D5D is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB827793-
CMYK0.120.1700.64
HSL258.75º9.41%33.33%-
HSV(B)258.75º17.2%36.47%-
XYZ8.117.8911.45-
YUV80.32135.16129.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.54%
GREEN value IS 77 (30.47% from 255) = 30.56%
BLUE value IS 93 (36.72% from 255) = 36.90%
R=32.54%
G=30.56%
B=36.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8277930.120.1700.64258.759.4133.33
Hex524D5DC11040103921
Octal122115135142101004031141
Binary101001010011011011101110010001010000001000000111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524D5D; }

 p { color: rgb(82,77,93); }

 H1.HeaderClassName
 {
   color: #524D5D;
 }
 .AnyTagClassName
 {
   color: #524D5D;
 }
</style>
background-color css

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

 a { background-color: rgb(82,77,93); }

 div.DivClassName
 {
   background-color: #524D5D;
 }
 .BgClassName
 {
   background-color: #524D5D;
 }
</style>
border-color css

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

 span { border-color: rgb(82,77,93); }

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