#524D67

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

Shades of Mulled Wine #524D67

Tints of Mulled Wine #524D67

Color information

#524D67 (or 0x524D67) is unknown color: approx Mulled Wine. HEX triplet: 52, 4D and 67. RGB value is (82,77,103). Sum of RGB (Red+Green+Blue) = 82+77+103=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 103 (40.62% from 255 or 39.31% from 262); Max value from RGB is 103 - color contains mainly: blue. Hex color #524D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524D67 is #ADB298. Grayscale: #515151. Windows color (decimal): -11383449 or 6770002. OLE color: 6770002.

HSL color Cylindrical-coordinate representation of color #524D67: hue angle of 251.54º degrees, saturation: 0.14, 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 #524D67 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8277103-
CMYK0.200.2500.60
HSL251.54º14.44%35.29%-
HSV(B)251.54º25.24%40.39%-
XYZ8.588.0813.94-
YUV81.46140.16128.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.30%
GREEN value IS 77 (30.47% from 255) = 29.39%
BLUE value IS 103 (40.62% from 255) = 39.31%
R=31.30%
G=29.39%
B=39.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82771030.200.2500.60251.5414.4435.29
Hex524D67141903Cfce23
Octal12211514724310743741643
Binary10100101001101110011110100110010111100111111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,77,103); }

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

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

 a { background-color: rgb(82,77,103); }

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

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

 span { border-color: rgb(82,77,103); }

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