#524A61

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

Shades of Mulled Wine #524A61

Tints of Mulled Wine #524A61

Color information

#524A61 (or 0x524A61) is unknown color: approx Mulled Wine. HEX triplet: 52, 4A and 61. RGB value is (82,74,97). Sum of RGB (Red+Green+Blue) = 82+74+97=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 97 (38.28% from 255 or 38.34% from 253); Max value from RGB is 97 - color contains mainly: blue. Hex color #524A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524A61 is #ADB59E. Grayscale: #4E4E4E. Windows color (decimal): -11384223 or 6376018. OLE color: 6376018.

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

Color convert

RGB827497-
CMYK0.150.2400.62
HSL260.87º13.45%33.53%-
HSV(B)260.87º23.71%38.04%-
XYZ8.097.5512.34-
YUV79.01138.15130.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.41%
GREEN value IS 74 (29.30% from 255) = 29.25%
BLUE value IS 97 (38.28% from 255) = 38.34%
R=32.41%
G=29.25%
B=38.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8274970.150.2400.62260.8713.4533.53
Hex524A61F1803E105d22
Octal12211214117300764051542
Binary10100101001010110000111111100001111101000001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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