#524C69

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

Shades of Mulled Wine #524C69

Tints of Mulled Wine #524C69

Color information

#524C69 (or 0x524C69) is unknown color: approx Mulled Wine. HEX triplet: 52, 4C and 69. RGB value is (82,76,105). Sum of RGB (Red+Green+Blue) = 82+76+105=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 105 (41.41% from 255 or 39.92% from 263); Max value from RGB is 105 - color contains mainly: blue. Hex color #524C69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524C69 is #ADB396. Grayscale: #505050. Windows color (decimal): -11383703 or 6900818. OLE color: 6900818.

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

Color convert

RGB8276105-
CMYK0.220.2800.59
HSL252.41º16.02%35.49%-
HSV(B)252.41º27.62%41.18%-
XYZ8.617.9814.45-
YUV81.1141.49128.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.18%
GREEN value IS 76 (30.08% from 255) = 28.90%
BLUE value IS 105 (41.41% from 255) = 39.92%
R=31.18%
G=28.90%
B=39.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82761050.220.2800.59252.4116.0235.49
Hex524C69161C03Bfc1023
Octal12211415126340733742043
Binary101001010011001101001101101110001110111111110010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,76,105); }

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

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

 a { background-color: rgb(82,76,105); }

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

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

 span { border-color: rgb(82,76,105); }

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