#544B61

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

Shades of Mulled Wine #544B61

Tints of Mulled Wine #544B61

Color information

#544B61 (or 0x544B61) is unknown color: approx Mulled Wine. HEX triplet: 54, 4B and 61. RGB value is (84,75,97). Sum of RGB (Red+Green+Blue) = 84+75+97=256 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.81% from 256); Green value is 75 (29.69% from 255 or 29.30% 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 #544B61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544B61 is #ABB49E. Grayscale: #505050. Windows color (decimal): -11252895 or 6376276. OLE color: 6376276.

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

Color convert

RGB847597-
CMYK0.130.2300.62
HSL264.55º12.79%33.73%-
HSV(B)264.55º22.68%38.04%-
XYZ8.337.7812.37-
YUV80.2137.48130.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.81%
GREEN value IS 75 (29.69% from 255) = 29.30%
BLUE value IS 97 (38.28% from 255) = 37.89%
R=32.81%
G=29.30%
B=37.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8475970.130.2300.62264.5512.7933.73
Hex544B61D1703E109d22
Octal12411314115270764111542
Binary10101001001011110000111011011101111101000010011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544B61; }

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

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

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

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

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

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

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

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