#544465

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

Shades of Mulled Wine #544465

Tints of Mulled Wine #544465

Color information

#544465 (or 0x544465) is unknown color: approx Mulled Wine. HEX triplet: 54, 44 and 65. RGB value is (84,68,101). Sum of RGB (Red+Green+Blue) = 84+68+101=253 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.20% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 101 - color contains mainly: blue. Hex color #544465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544465 is #ABBB9A. Grayscale: #4C4C4C. Windows color (decimal): -11254683 or 6636628. OLE color: 6636628.

HSL color Cylindrical-coordinate representation of color #544465: hue angle of 269.09º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #544465 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8468101-
CMYK0.170.3300.60
HSL269.09º19.53%33.14%-
HSV(B)269.09º32.67%39.61%-
XYZ8.076.9613.23-
YUV76.55141.8133.32-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.20%
GREEN value IS 68 (26.95% from 255) = 26.88%
BLUE value IS 101 (39.84% from 255) = 39.92%
R=33.20%
G=26.88%
B=39.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal84681010.170.3300.60269.0919.5333.14
Hex544465112103C10d1421
Octal12410414521410744152441
Binary10101001000100110010110001100001011110010000110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544465; }

 p { color: rgb(84,68,101); }

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

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

 a { background-color: rgb(84,68,101); }

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

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

 span { border-color: rgb(84,68,101); }

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