#534A61

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

Shades of Mulled Wine #534A61

Tints of Mulled Wine #534A61

Color information

#534A61 (or 0x534A61) is unknown color: approx Mulled Wine. HEX triplet: 53, 4A and 61. RGB value is (83,74,97). Sum of RGB (Red+Green+Blue) = 83+74+97=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 97 (38.28% from 255 or 38.19% from 254); Max value from RGB is 97 - color contains mainly: blue. Hex color #534A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534A61 is #ACB59E. Grayscale: #4F4F4F. Windows color (decimal): -11318687 or 6376019. OLE color: 6376019.

HSL color Cylindrical-coordinate representation of color #534A61: hue angle of 263.48º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #534A61 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB837497-
CMYK0.140.2400.62
HSL263.48º13.45%33.53%-
HSV(B)263.48º23.71%38.04%-
XYZ8.177.612.35-
YUV79.31137.98130.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.68%
GREEN value IS 74 (29.30% from 255) = 29.13%
BLUE value IS 97 (38.28% from 255) = 38.19%
R=32.68%
G=29.13%
B=38.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8374970.140.2400.62263.4813.4533.53
Hex534A61E1803E107d22
Octal12311214116300764071542
Binary10100111001010110000111101100001111101000001111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534A61; }

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

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

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

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

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

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

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

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