#544861

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

Shades of Mulled Wine #544861

Tints of Mulled Wine #544861

Color information

#544861 (or 0x544861) is unknown color: approx Mulled Wine. HEX triplet: 54, 48 and 61. RGB value is (84,72,97). Sum of RGB (Red+Green+Blue) = 84+72+97=253 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.20% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 97 (38.28% from 255 or 38.34% from 253); Max value from RGB is 97 - color contains mainly: blue. Hex color #544861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544861 is #ABB79E. Grayscale: #4E4E4E. Windows color (decimal): -11253663 or 6375508. OLE color: 6375508.

HSL color Cylindrical-coordinate representation of color #544861: hue angle of 268.8º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #544861 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB847297-
CMYK0.130.2600.62
HSL268.8º14.79%33.14%-
HSV(B)268.8º25.77%38.04%-
XYZ8.137.3812.31-
YUV78.44138.48131.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.20%
GREEN value IS 72 (28.52% from 255) = 28.46%
BLUE value IS 97 (38.28% from 255) = 38.34%
R=33.20%
G=28.46%
B=38.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8472970.130.2600.62268.814.7933.14
Hex544861D1A03E10df21
Octal12411014115320764151741
Binary10101001001000110000111011101001111101000011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544861; }

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

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

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

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

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

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

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

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