#534663

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

Shades of Mulled Wine #534663

Tints of Mulled Wine #534663

Color information

#534663 (or 0x534663) is unknown color: approx Mulled Wine. HEX triplet: 53, 46 and 63. RGB value is (83,70,99). Sum of RGB (Red+Green+Blue) = 83+70+99=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 99 - color contains mainly: blue. Hex color #534663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534663 is #ACB99C. Grayscale: #4D4D4D. Windows color (decimal): -11319709 or 6506067. OLE color: 6506067.

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

Color convert

RGB837099-
CMYK0.160.2900.61
HSL266.9º17.16%33.14%-
HSV(B)266.9º29.29%38.82%-
XYZ8.017.1212.76-
YUV77.19140.31132.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.94%
GREEN value IS 70 (27.73% from 255) = 27.78%
BLUE value IS 99 (39.06% from 255) = 39.29%
R=32.94%
G=27.78%
B=39.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8370990.160.2900.61266.917.1633.14
Hex534663101D03D10b1121
Octal12310614320350754132141
Binary1010011100011011000111000011101011110110000101110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534663; }

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

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

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

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

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

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

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

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