#524962

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

Shades of Mulled Wine #524962

Tints of Mulled Wine #524962

Color information

#524962 (or 0x524962) is unknown color: approx Mulled Wine. HEX triplet: 52, 49 and 62. RGB value is (82,73,98). Sum of RGB (Red+Green+Blue) = 82+73+98=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 98 - color contains mainly: blue. Hex color #524962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524962 is #ADB69D. Grayscale: #4E4E4E. Windows color (decimal): -11384478 or 6441298. OLE color: 6441298.

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

Color convert

RGB827398-
CMYK0.160.2600.62
HSL261.6º14.62%33.53%-
HSV(B)261.6º25.51%38.43%-
XYZ8.077.4412.57-
YUV78.54138.98130.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.41%
GREEN value IS 73 (28.91% from 255) = 28.85%
BLUE value IS 98 (38.67% from 255) = 38.74%
R=32.41%
G=28.85%
B=38.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8273980.160.2600.62261.614.6233.53
Hex524962101A03E106f22
Octal12211114220320764061742
Binary101001010010011100010100001101001111101000001101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524962; }

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

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

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

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

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

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

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

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