#524E66

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

Shades of Mulled Wine #524E66

Tints of Mulled Wine #524E66

Color information

#524E66 (or 0x524E66) is unknown color: approx Mulled Wine. HEX triplet: 52, 4E and 66. RGB value is (82,78,102). Sum of RGB (Red+Green+Blue) = 82+78+102=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 78 (30.86% from 255 or 29.77% from 262); Blue value is 102 (40.23% from 255 or 38.93% from 262); Max value from RGB is 102 - color contains mainly: blue. Hex color #524E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524E66 is #ADB199. Grayscale: #515151. Windows color (decimal): -11383194 or 6704722. OLE color: 6704722.

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

Color convert

RGB8278102-
CMYK0.200.2400.6
HSL250º13.33%35.29%-
HSV(B)250º23.53%40%-
XYZ8.68.213.7-
YUV81.93139.33128.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.30%
GREEN value IS 78 (30.86% from 255) = 29.77%
BLUE value IS 102 (40.23% from 255) = 38.93%
R=31.30%
G=29.77%
B=38.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal82781020.200.2400.625013.3335.29
Hex524E66141803Cfad23
Octal12211614624300743721543
Binary10100101001110110011010100110000111100111110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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