#534561

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

Shades of Mulled Wine #534561

Tints of Mulled Wine #534561

Color information

#534561 (or 0x534561) is unknown color: approx Mulled Wine. HEX triplet: 53, 45 and 61. RGB value is (83,69,97). Sum of RGB (Red+Green+Blue) = 83+69+97=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 97 - color contains mainly: blue. Hex color #534561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534561 is #ACBA9E. Grayscale: #4C4C4C. Windows color (decimal): -11319967 or 6374739. OLE color: 6374739.

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

Color convert

RGB836997-
CMYK0.140.2900.62
HSL270º16.87%32.55%-
HSV(B)270º28.87%38.04%-
XYZ7.856.9612.24-
YUV76.38139.64132.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.33%
GREEN value IS 69 (27.34% from 255) = 27.71%
BLUE value IS 97 (38.28% from 255) = 38.96%
R=33.33%
G=27.71%
B=38.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8369970.140.2900.6227016.8732.55
Hex534561E1D03E10e1121
Octal12310514116350764162141
Binary101001110001011100001111011101011111010000111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534561; }

 p { color: rgb(83,69,97); }

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

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

 a { background-color: rgb(83,69,97); }

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

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

 span { border-color: rgb(83,69,97); }

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