#524562

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

Shades of Mulled Wine #524562

Tints of Mulled Wine #524562

Color information

#524562 (or 0x524562) is unknown color: approx Mulled Wine. HEX triplet: 52, 45 and 62. RGB value is (82,69,98). Sum of RGB (Red+Green+Blue) = 82+69+98=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 98 - color contains mainly: blue. Hex color #524562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524562 is #ADBA9D. Grayscale: #4C4C4C. Windows color (decimal): -11385502 or 6440274. OLE color: 6440274.

HSL color Cylindrical-coordinate representation of color #524562: hue angle of 266.9º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #524562 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB826998-
CMYK0.160.3000.62
HSL266.9º17.37%32.75%-
HSV(B)266.9º29.59%38.43%-
XYZ7.816.9312.48-
YUV76.19140.31132.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.93%
GREEN value IS 69 (27.34% from 255) = 27.71%
BLUE value IS 98 (38.67% from 255) = 39.36%
R=32.93%
G=27.71%
B=39.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8269980.160.3000.62266.917.3732.75
Hex524562101E03E10b1121
Octal12210514220360764132141
Binary1010010100010111000101000011110011111010000101110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524562; }

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

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

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

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

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

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

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

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