#534461

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

Shades of Mulled Wine #534461

Tints of Mulled Wine #534461

Color information

#534461 (or 0x534461) is unknown color: approx Mulled Wine. HEX triplet: 53, 44 and 61. RGB value is (83,68,97). Sum of RGB (Red+Green+Blue) = 83+68+97=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 97 - color contains mainly: blue. Hex color #534461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534461 is #ACBB9E. Grayscale: #4B4B4B. Windows color (decimal): -11320223 or 6374483. OLE color: 6374483.

HSL color Cylindrical-coordinate representation of color #534461: hue angle of 271.03º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #534461 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB836897-
CMYK0.140.3000.62
HSL271.03º17.58%32.35%-
HSV(B)271.03º29.9%38.04%-
XYZ7.796.8412.22-
YUV75.79139.97133.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.47%
GREEN value IS 68 (26.95% from 255) = 27.42%
BLUE value IS 97 (38.28% from 255) = 39.11%
R=33.47%
G=27.42%
B=39.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8368970.140.3000.62271.0317.5832.35
Hex534461E1E03E10f1220
Octal12310414116360764172240
Binary101001110001001100001111011110011111010000111110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534461; }

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

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

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

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

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

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

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

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