#534C61

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

Shades of Mulled Wine #534C61

Tints of Mulled Wine #534C61

Color information

#534C61 (or 0x534C61) is unknown color: approx Mulled Wine. HEX triplet: 53, 4C and 61. RGB value is (83,76,97). Sum of RGB (Red+Green+Blue) = 83+76+97=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 97 - color contains mainly: blue. Hex color #534C61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534C61 is #ACB39E. Grayscale: #505050. Windows color (decimal): -11318175 or 6376531. OLE color: 6376531.

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

Color convert

RGB837697-
CMYK0.140.2200.62
HSL260º12.14%33.92%-
HSV(B)260º21.65%38.04%-
XYZ8.317.8712.39-
YUV80.49137.32129.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.42%
GREEN value IS 76 (30.08% from 255) = 29.69%
BLUE value IS 97 (38.28% from 255) = 37.89%
R=32.42%
G=29.69%
B=37.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8376970.140.2200.6226012.1433.92
Hex534C61E1603E104c22
Octal12311414116260764041442
Binary10100111001100110000111101011001111101000001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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