#524561

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

Shades of Mulled Wine #524561

Tints of Mulled Wine #524561

Color information

#524561 (or 0x524561) is unknown color: approx Mulled Wine. HEX triplet: 52, 45 and 61. RGB value is (82,69,97). Sum of RGB (Red+Green+Blue) = 82+69+97=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 97 - color contains mainly: blue. Hex color #524561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524561 is #ADBA9E. Grayscale: #4B4B4B. Windows color (decimal): -11385503 or 6374738. OLE color: 6374738.

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

Color convert

RGB826997-
CMYK0.150.2900.62
HSL267.86º16.87%32.55%-
HSV(B)267.86º28.87%38.04%-
XYZ7.776.9112.23-
YUV76.08139.81132.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.06%
GREEN value IS 69 (27.34% from 255) = 27.82%
BLUE value IS 97 (38.28% from 255) = 39.11%
R=33.06%
G=27.82%
B=39.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8269970.150.2900.62267.8616.8732.55
Hex524561F1D03E10c1121
Octal12210514117350764142141
Binary101001010001011100001111111101011111010000110010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524561; }

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

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

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

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

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

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

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

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