#524A68

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

Shades of Mulled Wine #524A68

Tints of Mulled Wine #524A68

Color information

#524A68 (or 0x524A68) is unknown color: approx Mulled Wine. HEX triplet: 52, 4A and 68. RGB value is (82,74,104). Sum of RGB (Red+Green+Blue) = 82+74+104=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 104 - color contains mainly: blue. Hex color #524A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524A68 is #ADB597. Grayscale: #4F4F4F. Windows color (decimal): -11384216 or 6834770. OLE color: 6834770.

HSL color Cylindrical-coordinate representation of color #524A68: hue angle of 256º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #524A68 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8274104-
CMYK0.210.2900.59
HSL256º16.85%34.9%-
HSV(B)256º28.85%40.78%-
XYZ8.437.6914.14-
YUV79.81141.65129.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.54%
GREEN value IS 74 (29.30% from 255) = 28.46%
BLUE value IS 104 (41.02% from 255) = 40%
R=31.54%
G=28.46%
B=40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82741040.210.2900.5925616.8534.9
Hex524A68151D03B1001123
Octal12211215025350734002143
Binary1010010100101011010001010111101011101110000000010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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