#524F65

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

Shades of Mulled Wine #524F65

Tints of Mulled Wine #524F65

Color information

#524F65 (or 0x524F65) is unknown color: approx Mulled Wine. HEX triplet: 52, 4F and 65. RGB value is (82,79,101). Sum of RGB (Red+Green+Blue) = 82+79+101=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 101 (39.84% from 255 or 38.55% from 262); Max value from RGB is 101 - color contains mainly: blue. Hex color #524F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524F65 is #ADB09A. Grayscale: #525252. Windows color (decimal): -11382939 or 6639442. OLE color: 6639442.

HSL color Cylindrical-coordinate representation of color #524F65: hue angle of 248.18º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #524F65 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8279101-
CMYK0.190.2200.60
HSL248.18º12.22%35.29%-
HSV(B)248.18º21.78%39.61%-
XYZ8.628.3313.46-
YUV82.4138.49127.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.30%
GREEN value IS 79 (31.25% from 255) = 30.15%
BLUE value IS 101 (39.84% from 255) = 38.55%
R=31.30%
G=30.15%
B=38.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82791010.190.2200.60248.1812.2235.29
Hex524F65131603Cf8c23
Octal12211714523260743701443
Binary10100101001111110010110011101100111100111110001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,79,101); }

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

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

 a { background-color: rgb(82,79,101); }

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

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

 span { border-color: rgb(82,79,101); }

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