#534763

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

Shades of Mulled Wine #534763

Tints of Mulled Wine #534763

Color information

#534763 (or 0x534763) is unknown color: approx Mulled Wine. HEX triplet: 53, 47 and 63. RGB value is (83,71,99). Sum of RGB (Red+Green+Blue) = 83+71+99=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 99 (39.06% from 255 or 39.13% from 253); Max value from RGB is 99 - color contains mainly: blue. Hex color #534763 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534763 is #ACB89C. Grayscale: #4D4D4D. Windows color (decimal): -11319453 or 6506323. OLE color: 6506323.

HSL color Cylindrical-coordinate representation of color #534763: hue angle of 265.71º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #534763 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB837199-
CMYK0.160.2800.61
HSL265.71º16.47%33.33%-
HSV(B)265.71º28.28%38.82%-
XYZ8.077.2512.78-
YUV77.78139.98131.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.81%
GREEN value IS 71 (28.12% from 255) = 28.06%
BLUE value IS 99 (39.06% from 255) = 39.13%
R=32.81%
G=28.06%
B=39.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8371990.160.2800.61265.7116.4733.33
Hex534763101C03D10a1021
Octal12310714320340754122041
Binary1010011100011111000111000011100011110110000101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534763; }

 p { color: rgb(83,71,99); }

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

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

 a { background-color: rgb(83,71,99); }

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

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

 span { border-color: rgb(83,71,99); }

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