#524C66

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

Shades of Mulled Wine #524C66

Tints of Mulled Wine #524C66

Color information

#524C66 (or 0x524C66) is unknown color: approx Mulled Wine. HEX triplet: 52, 4C and 66. RGB value is (82,76,102). Sum of RGB (Red+Green+Blue) = 82+76+102=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 102 (40.23% from 255 or 39.23% from 260); Max value from RGB is 102 - color contains mainly: blue. Hex color #524C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524C66 is #ADB399. Grayscale: #505050. Windows color (decimal): -11383706 or 6704210. OLE color: 6704210.

HSL color Cylindrical-coordinate representation of color #524C66: hue angle of 253.85º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #524C66 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8276102-
CMYK0.200.2500.6
HSL253.85º14.61%34.9%-
HSV(B)253.85º25.49%40%-
XYZ8.467.9213.65-
YUV80.76139.99128.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.54%
GREEN value IS 76 (30.08% from 255) = 29.23%
BLUE value IS 102 (40.23% from 255) = 39.23%
R=31.54%
G=29.23%
B=39.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal82761020.200.2500.6253.8514.6134.9
Hex524C66141903Cfef23
Octal12211414624310743761743
Binary10100101001100110011010100110010111100111111101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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