#534E67

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

Shades of Mulled Wine #534E67

Tints of Mulled Wine #534E67

Color information

#534E67 (or 0x534E67) is unknown color: approx Mulled Wine. HEX triplet: 53, 4E and 67. RGB value is (83,78,103). Sum of RGB (Red+Green+Blue) = 83+78+103=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 78 (30.86% from 255 or 29.55% from 264); Blue value is 103 (40.62% from 255 or 39.02% from 264); Max value from RGB is 103 - color contains mainly: blue. Hex color #534E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534E67 is #ACB198. Grayscale: #525252. Windows color (decimal): -11317657 or 6770259. OLE color: 6770259.

HSL color Cylindrical-coordinate representation of color #534E67: hue angle of 252º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #534E67 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8378103-
CMYK0.190.2400.60
HSL252º13.81%35.49%-
HSV(B)252º24.27%40.39%-
XYZ8.748.2713.97-
YUV82.34139.66128.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.44%
GREEN value IS 78 (30.86% from 255) = 29.55%
BLUE value IS 103 (40.62% from 255) = 39.02%
R=31.44%
G=29.55%
B=39.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83781030.190.2400.6025213.8135.49
Hex534E67131803Cfce23
Octal12311614723300743741643
Binary10100111001110110011110011110000111100111111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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