#544868

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

Shades of Mulled Wine #544868

Tints of Mulled Wine #544868

Color information

#544868 (or 0x544868) is unknown color: approx Mulled Wine. HEX triplet: 54, 48 and 68. RGB value is (84,72,104). Sum of RGB (Red+Green+Blue) = 84+72+104=260 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.31% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 104 - color contains mainly: blue. Hex color #544868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544868 is #ABB797. Grayscale: #4F4F4F. Windows color (decimal): -11253656 or 6834260. OLE color: 6834260.

HSL color Cylindrical-coordinate representation of color #544868: hue angle of 262.5º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #544868 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8472104-
CMYK0.190.3100.59
HSL262.5º18.18%34.51%-
HSV(B)262.5º30.77%40.78%-
XYZ8.477.5214.1-
YUV79.24141.98131.4-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.31%
GREEN value IS 72 (28.52% from 255) = 27.69%
BLUE value IS 104 (41.02% from 255) = 40%
R=32.31%
G=27.69%
B=40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84721040.190.3100.59262.518.1834.51
Hex544868131F03B1061223
Octal12411015023370734062243
Binary1010100100100011010001001111111011101110000011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544868; }

 p { color: rgb(84,72,104); }

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

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

 a { background-color: rgb(84,72,104); }

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

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

 span { border-color: rgb(84,72,104); }

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