#524163

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

Shades of Mulled Wine #524163

Tints of Mulled Wine #524163

Color information

#524163 (or 0x524163) is unknown color: approx Mulled Wine. HEX triplet: 52, 41 and 63. RGB value is (82,65,99). Sum of RGB (Red+Green+Blue) = 82+65+99=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 99 - color contains mainly: blue. Hex color #524163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524163 is #ADBE9C. Grayscale: #494949. Windows color (decimal): -11386525 or 6504786. OLE color: 6504786.

HSL color Cylindrical-coordinate representation of color #524163: hue angle of 270º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #524163 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB826599-
CMYK0.170.3400.61
HSL270º20.73%32.16%-
HSV(B)270º34.34%38.82%-
XYZ7.626.4812.65-
YUV73.96142.13133.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.33%
GREEN value IS 65 (25.78% from 255) = 26.42%
BLUE value IS 99 (39.06% from 255) = 40.24%
R=33.33%
G=26.42%
B=40.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8265990.170.3400.6127020.7332.16
Hex524163112203D10e1520
Octal12210114321420754162540
Binary10100101000001110001110001100010011110110000111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524163; }

 p { color: rgb(82,65,99); }

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

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

 a { background-color: rgb(82,65,99); }

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

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

 span { border-color: rgb(82,65,99); }

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