#534E61

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

Shades of Mulled Wine #534E61

Tints of Mulled Wine #534E61

Color information

#534E61 (or 0x534E61) is unknown color: approx Mulled Wine. HEX triplet: 53, 4E and 61. RGB value is (83,78,97). Sum of RGB (Red+Green+Blue) = 83+78+97=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 97 - color contains mainly: blue. Hex color #534E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534E61 is #ACB19E. Grayscale: #515151. Windows color (decimal): -11317663 or 6377043. OLE color: 6377043.

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

Color convert

RGB837897-
CMYK0.140.2000.62
HSL255.79º10.86%34.31%-
HSV(B)255.79º19.59%38.04%-
XYZ8.458.1512.44-
YUV81.66136.66128.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.17%
GREEN value IS 78 (30.86% from 255) = 30.23%
BLUE value IS 97 (38.28% from 255) = 37.60%
R=32.17%
G=30.23%
B=37.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8378970.140.2000.62255.7910.8634.31
Hex534E61E1403E100b22
Octal12311614116240764001342
Binary10100111001110110000111101010001111101000000001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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