#524768

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

Shades of Mulled Wine #524768

Tints of Mulled Wine #524768

Color information

#524768 (or 0x524768) is unknown color: approx Mulled Wine. HEX triplet: 52, 47 and 68. RGB value is (82,71,104). Sum of RGB (Red+Green+Blue) = 82+71+104=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 104 - color contains mainly: blue. Hex color #524768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524768 is #ADB897. Grayscale: #4D4D4D. Windows color (decimal): -11384984 or 6834002. OLE color: 6834002.

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

Color convert

RGB8271104-
CMYK0.210.3200.59
HSL260º18.86%34.31%-
HSV(B)260º31.73%40.78%-
XYZ8.237.314.07-
YUV78.05142.64130.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.91%
GREEN value IS 71 (28.12% from 255) = 27.63%
BLUE value IS 104 (41.02% from 255) = 40.47%
R=31.91%
G=27.63%
B=40.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82711040.210.3200.5926018.8634.31
Hex524768152003B1041322
Octal12210715025400734042342
Binary10100101000111110100010101100000011101110000010010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524768; }

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

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

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

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

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

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

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

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