#524868

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

Shades of Mulled Wine #524868

Tints of Mulled Wine #524868

Color information

#524868 (or 0x524868) is unknown color: approx Mulled Wine. HEX triplet: 52, 48 and 68. RGB value is (82,72,104). Sum of RGB (Red+Green+Blue) = 82+72+104=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 104 (41.02% from 255 or 40.31% from 258); Max value from RGB is 104 - color contains mainly: blue. Hex color #524868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524868 is #ADB797. Grayscale: #4E4E4E. Windows color (decimal): -11384728 or 6834258. OLE color: 6834258.

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

Color convert

RGB8272104-
CMYK0.210.3100.59
HSL258.75º18.18%34.51%-
HSV(B)258.75º30.77%40.78%-
XYZ8.37.4314.09-
YUV78.64142.31130.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.78%
GREEN value IS 72 (28.52% from 255) = 27.91%
BLUE value IS 104 (41.02% from 255) = 40.31%
R=31.78%
G=27.91%
B=40.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82721040.210.3100.59258.7518.1834.51
Hex524868151F03B1031223
Octal12211015025370734032243
Binary1010010100100011010001010111111011101110000001110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524868; }

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

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

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

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

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

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

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

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