#524862

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

Shades of Mulled Wine #524862

Tints of Mulled Wine #524862

Color information

#524862 (or 0x524862) is unknown color: approx Mulled Wine. HEX triplet: 52, 48 and 62. RGB value is (82,72,98). Sum of RGB (Red+Green+Blue) = 82+72+98=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 98 - color contains mainly: blue. Hex color #524862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524862 is #ADB79D. Grayscale: #4D4D4D. Windows color (decimal): -11384734 or 6441042. OLE color: 6441042.

HSL color Cylindrical-coordinate representation of color #524862: hue angle of 263.08º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #524862 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB827298-
CMYK0.160.2700.62
HSL263.08º15.29%33.33%-
HSV(B)263.08º26.53%38.43%-
XYZ87.3112.54-
YUV77.95139.31130.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.54%
GREEN value IS 72 (28.52% from 255) = 28.57%
BLUE value IS 98 (38.67% from 255) = 38.89%
R=32.54%
G=28.57%
B=38.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8272980.160.2700.62263.0815.2933.33
Hex524862101B03E107f21
Octal12211014220330764071741
Binary101001010010001100010100001101101111101000001111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524862; }

 p { color: rgb(82,72,98); }

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

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

 a { background-color: rgb(82,72,98); }

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

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

 span { border-color: rgb(82,72,98); }

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