#53496A

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

Shades of Mulled Wine #53496A

Tints of Mulled Wine #53496A

Color information

#53496A (or 0x53496A) is unknown color: approx Mulled Wine. HEX triplet: 53, 49 and 6A. RGB value is (83,73,106). Sum of RGB (Red+Green+Blue) = 83+73+106=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 106 (41.80% from 255 or 40.46% from 262); Max value from RGB is 106 - color contains mainly: blue. Hex color #53496A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53496A is #ACB695. Grayscale: #4F4F4F. Windows color (decimal): -11318934 or 6965587. OLE color: 6965587.

HSL color Cylindrical-coordinate representation of color #53496A: hue angle of 258.18º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #53496A is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8373106-
CMYK0.220.3100.58
HSL258.18º18.44%35.1%-
HSV(B)258.18º31.13%41.57%-
XYZ8.557.6414.66-
YUV79.75142.81130.32-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.68%
GREEN value IS 73 (28.91% from 255) = 27.86%
BLUE value IS 106 (41.80% from 255) = 40.46%
R=31.68%
G=27.86%
B=40.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83731060.220.3100.58258.1818.4435.1
Hex53496A161F03A1021223
Octal12311115226370724022243
Binary1010011100100111010101011011111011101010000001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53496A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53496A; }

 p { color: rgb(83,73,106); }

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

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

 a { background-color: rgb(83,73,106); }

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

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

 span { border-color: rgb(83,73,106); }

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