#544B6C

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

Shades of Mulled Wine #544B6C

Tints of Mulled Wine #544B6C

Color information

#544B6C (or 0x544B6C) is unknown color: approx Mulled Wine. HEX triplet: 54, 4B and 6C. RGB value is (84,75,108). Sum of RGB (Red+Green+Blue) = 84+75+108=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 75 (29.69% from 255 or 28.09% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 108 - color contains mainly: blue. Hex color #544B6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544B6C is #ABB493. Grayscale: #515151. Windows color (decimal): -11252884 or 7097172. OLE color: 7097172.

HSL color Cylindrical-coordinate representation of color #544B6C: hue angle of 256.36º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #544B6C is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8475108-
CMYK0.220.3100.58
HSL256.36º18.03%35.88%-
HSV(B)256.36º30.56%42.35%-
XYZ8.88815.26-
YUV81.45142.98129.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.46%
GREEN value IS 75 (29.69% from 255) = 28.09%
BLUE value IS 108 (42.58% from 255) = 40.45%
R=31.46%
G=28.09%
B=40.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84751080.220.3100.58256.3618.0335.88
Hex544B6C161F03A1001224
Octal12411315426370724002244
Binary1010100100101111011001011011111011101010000000010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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