#534766

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

Shades of Mulled Wine #534766

Tints of Mulled Wine #534766

Color information

#534766 (or 0x534766) is unknown color: approx Mulled Wine. HEX triplet: 53, 47 and 66. RGB value is (83,71,102). Sum of RGB (Red+Green+Blue) = 83+71+102=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 102 (40.23% from 255 or 39.84% from 256); Max value from RGB is 102 - color contains mainly: blue. Hex color #534766 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534766 is #ACB899. Grayscale: #4E4E4E. Windows color (decimal): -11319450 or 6702931. OLE color: 6702931.

HSL color Cylindrical-coordinate representation of color #534766: hue angle of 263.23º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #534766 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8371102-
CMYK0.190.3000.6
HSL263.23º17.92%33.92%-
HSV(B)263.23º30.39%40%-
XYZ8.227.313.55-
YUV78.12141.48131.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.42%
GREEN value IS 71 (28.12% from 255) = 27.73%
BLUE value IS 102 (40.23% from 255) = 39.84%
R=32.42%
G=27.73%
B=39.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal83711020.190.3000.6263.2317.9233.92
Hex534766131E03C1071222
Octal12310714623360744072242
Binary1010011100011111001101001111110011110010000011110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534766; }

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

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

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

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

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

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

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

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